.contact_flex_wrap{
    display: flex;
    justify-content: center;
}
.contact_row{
    position: relative;
    top: -100px;
    height: 150px;
    width: 70vw;
    min-width: 1200px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 4vh 5vw;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_cell{
    width: 32%;
    /* border: solid red; */
}
.contact_cell_header{
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 20;
    font-weight: 600;
    background: rgba(221, 238, 255, 0.95);
    text-align: center;


}


.map{
    margin: -200px auto 50px;
} 