body{
    display:flex;
    flex-direction: column;

    min-height: 100vh;
}
.contact{
    margin-top: 10vh;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}
.contact_content{
    flex-grow: 1;
    display: flex;
    line-height: 1.5;
    justify-content: space-evenly;
    flex-wrap: wrap;

}
.contact_list{
    padding: 0.5rem;
    text-align: center;
    flex-grow: 1;
}
.contact_list h3{
    text-transform: uppercase;

    font-family: dm sans, Arial;
    text-align: center;
}


.map_responsive{
    flex:1;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: auto;

}
.map_responsive iframe,
.map_responsive embed,
.map_responsive object{
    position: absolute;
    height: 100% !important;
    width: 100% !important;
    left: 0;
    top: 0;
    border:0;
}