.hero.standard .bg-img {
    background-image: url(/wp-content/uploads/2023/09/where-we-work-hero.png); 
    color: #ffffff;
}


.half-half .full-w.flexed {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
            flex-direction: row!important; 
}

.centered img.center-logo {
    max-width: 250px;
    margin-bottom: 30px; 
}

.map-exit {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    cursor: pointer; 
    z-index: 9999;
}

@media screen and (max-width: 769px) {
    .centered img.center-logo {
        max-width: 200px;
    }

    .map-exit {
        top: -10px; 
    }
}
@media screen and (max-width: 690px) {
    .centered img.center-logo {
        max-width: 150px;
        margin-bottom: 25px; 
    }

    .map-exit {
        position: absolute;
        right: 15px;
        top: 0px;
        width: 20px;
    }
}