.header-banner {
    height: 70vh !important;
}

.header-banner .title-text {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 100px;
    line-height: 1em;
    text-align: center !important;
    color: white;
}

.header-banner .title-text-row {
    z-index: 3 !important;
    position: absolute !important;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
}

.city-map .map-heading .content,
.city-map .city-desc .content {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.city-map .city-desc .content h1 {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-size: 60px;
    font-weight: 600;
    color: #0a0c0a !important;
}

.city-map .city-desc .content h2 {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 400;
    font-size: 32px;
    color: rgba(10, 12, 10, 0.6) !important;
}

.city-map .city-desc .content p {
    line-height: 170%;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 170%;
    color: #0A0C0A !important;
}

.city-map .map-heading .content h2 {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 48px;
    color: #0A0C0A !important;
    letter-spacing: 1px;
    line-height: 1.2em;
}

.city-map .map-heading .content p {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 205%;
    color: rgba(10, 12, 10, 0.9) !important;
    font-size: 16px;
}

.city-map .column {
    padding-right: 26%;
    padding-left: 26%;
}

.city-map .column .map-image {
    border-radius: 500px 500px 0 0;
    overflow: hidden;
    height: 310px;
    min-height: auto;
    max-height: 310px;
}


/* Promotional Section */

.promotion {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
}

.promotion h2 {
    font-weight: 600 !important;
    font-size: 50px !important;
    padding-bottom: 0 !important;
}

.promotion h3 {
    font-weight: 300 !important;
    font-size: 24px !important;
    padding-bottom: 0 !important;
}

.promotion .white h2,
.promotion .white h3 {
    color: white !important;
}

.promotion .black h2,
.promotion .black h3 {
    color: black !important;
}

.promotion-top {
    z-index: 10;
    position: absolute !important;
    top: 40px !important;
    bottom: auto;
    width: auto !important;
}

.promotion-bottom {
    z-index: 10;
    position: absolute !important;
    bottom: 40px !important;
    top: auto;
    width: auto !important;
}

.promotion-top.left,
.promotion-bottom.left {
    left: 40px;
    right: auto;
}

.promotion-top.right,
.promotion-bottom.right {
    right: 40px;
    left: auto;
    text-align: right;
}

.promotional-ad {
    margin-bottom: 0 !important;
}

.promotional-ad img {
    height: 520px;
}

@media only screen and (max-width: 1024px) {
    .header-banner .title-text {
        font-size: 50px !important;
    }

    .city-map .map-heading .content,
    .city-map .city-desc .content {
        width: 100% !important;
    }

    .city-map .city-desc .content p {
        font-size: 16px !important;
    }

    .promotional-ad img {
        height: 350px !important;
        object-fit: cover !important;
    }

    .city-map .column {
        padding: 0 !important;
        padding-right: 10% !important;
        padding-left: 10% !important;
    }

    .city-map .city-desc .content h1 {
        font-size: 32px !important;
    }

    .city-map .city-desc .content h2 {
        font-size: 20px !important;
    }

    .city-map .map-heading .content h2 {
        font-size: 26px !important;
    }
}

@media only screen and (max-width: 767px) {
    .city-map {
        margin-top: 0 !important;
        padding-top: 30px !important;
        padding-bottom: 50px !important;
    }

    .city-map .column .map-image {
        height: 130px !important;
    }

    .promotion h2 {
        font-size: 28px !important;
    }

    .promotion h3 {
        font-size: 16px !important;
    }

    .promotion-top.left,
    .promotion-bottom.left {
        left: 20px !important;
    }

    .promotion-top.right,
    .promotion-bottom.right {
        right: 20px !important;
    }

    .promotion-bottom {
        bottom: 20px !important;
    }

    .promotion-top {
        top: 20px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .city-map {
        padding: 50px 0 120px !important;
    }

    .city-map .column .map-image {
        height: 250px !important;
    }
}