.branches-map-section #branches-map {
    display: block;
    min-height: 500px;
    width: 100%;
}

.gm-style .gm-style-iw-c {
    border-radius: 0 !important;
    /* background-color: #d02333;
    color: white; */ 
}

.gm-style .gm-style-iw-d {
    max-width: 300px;
}

/* .gm-style .gm-style-iw-c p,
.gm-style .gm-style-iw-c h1,
.gm-style .gm-style-iw-c h2,
.gm-style .gm-style-iw-c h3,
.gm-style .gm-style-iw-c h4 {

    color: white !important;
} */

.gm-style .gm-style-iw-c img {
    margin-right: 5px;
}

.gm-style .gm-style-iw-c p {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 15.5px;
}
    
.branches-locations>.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.branches-locations>.row>.col50 {
    margin-bottom: 20px;
    display: grid;
}

.branches-locations>.row>.col50 .images .button {
    margin-top: 20px;
}

.branches-locations>.row>.col50 .inner {
    display: flex;
}

@media (min-width: 1100px) {
    .branches-locations>.row>.col50 {
        width: 49% !important;
    }
}

.branches-locations>.row>.active {
    order: -1;
    opacity: 1;
}

.branches-locations>.row>.faded {
    opacity: 0.5;
}

.branches-locations>.row>.inactive {
}