/* STYLES FOR ELEVATED LIFESTYLE LOCATION */
.elLoc {
    max-width: unset !important;
    margin: 0 !important;
    padding: 50px 13.6%;
    background:#4A667D;
    position: relative;
    text-align: center;
}
.elLoc img {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}
.elLoc .ctaTitle {
    letter-spacing: 0;
}
.elLoc .elLocAirport {
    text-transform: uppercase;
    margin: 0 !important;
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: normal !important;
    font-size: 22px !important; 
    color: #FFFFFF !important;
    line-height: 31px;
}
@media only screen and (max-width: 1200px) {
    .elLoc {
        padding: 50px 15px;
    }
}