.locations-container {
    max-width: 1368px;
    margin: 0 auto;
    padding: 0 15px;
}

.locations-container h2 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 50px;
    color: #fff;
}

.single-location .row {
    display: flex;
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
}

.single-location .col-md-6:not(.location-map),
.location-map,
.location-map p {
    margin: 0 !important;
}

.location-map p,
.location-map iframe {
    height: 100%;
}

.single-location {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 60px;
}

.single-location .col-md-6 {
    position: relative;
    padding: 0;
}

h3.city-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #043c75;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    padding: 5px;
    text-align: center;
    border-radius: 5px !important;
}

h3.city-title {
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 5px 5px 0 0 !important;
    font-size: 32px;
    line-height: 1;
    font-weight: 900;
    padding: 10px;
}

.location-body {
    width: 100%;
    padding: 60px 15px;
    background: white;
    border: 2px solid #337ab7;
    border-radius: 0 0 0 6px;
    border-top: none;
}

.col-md-6.location-map {
    margin: 20px 0px;
}

p.location-address {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

p.location-phone {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
}

p.location-details {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

h4.location-title {
    text-align: center;
    text-transform: unset;
    font-weight: 900;
    letter-spacing: -0.5px;
    font-size: 20px;
    color: #bf0426;
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    .location-map iframe {
        height: 300px;
    }

    .location-body {
        padding: 20px;
        border-radius: 0;
        border-bottom: none;
    }
    .single-location .location-map {
        border: 2px solid #337ab7;
        border-top: none;
        border-radius: 0 0 6px 6px;
    }

    .single-location .col-md-6 {
        width: 100%;
    }

    .locations-container h2 {
        margin-bottom: 30px;
        font-size: 40px;
    }
}
