@media only screen and (max-width: 1199px) {
    .heroTitle {
        font-size: 82px;
    }

    .mt40.btn-custom {
        padding: 12px 15px;
    }

    .WhyAttend_content p br,
    .exclusiveOffer p br {
        display: none;
    }

    .WhyAttend_content {
        border: 1px solid #D0AF52;
        padding: 30px 15px;
        text-align: center;
    }

    .project-price span.sizeLarge {
        color: #D0AF52;
        font-size: 24px;
    }
}

@media only screen and (max-width: 991px) {
    .heroTitle {
        font-size: 62px;
    }
}

@media only screen and (max-width: 767px) {
    .hero {
        padding: 150px 0 40px;
        position: relative;
    }

    .SubtractBack {
        font-size: 17px;
    }

    .registerForm {
        position: relative;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .WhiteSpaceForm {
        padding: 30px;
    }

    .registerForm h4 {
        font-size: 24px;
        font-weight: 400;
        text-align: center;
    }

    .dateAddress {
        display: block;
    }

    .heroTitle {
        font-size: 58px;
        line-height: 56px;
        margin-top: 25px;
    }

    .padding-top {
        padding-top: 70px;
    }

    .padding {
        padding: 70px 0;
    }

    .section-title {
        font-size: 42px;
        line-height: 42px;
    }

    .centerMobile {
        text-align: center;
    }

    .map {
        padding-left: 0;
    }

    .mt-4.WhiteSpaceForm {
        margin-top: 0 !important;
    }

    .centerMobile img {
        padding: 10px 0;
    }

    .LogoWM {
        max-width: 170px;
    }

    .read-more-btn {
        display: none;
    }

    .ourProjects {
        height: auto;
    }
}

@media only screen and (max-width: 360px) {
    .sticky-header .d-flex {
        gap: 20px;
    }

    .btn-custom {
        padding: 12px 20px;
    }

    .LogoWM {
        max-width: 140px;
    }

    .heroTitle {
        font-size: 52px;
        line-height: 56px;
        margin-top: 15px;
    }

    .section-title {
        font-size: 36px;
        line-height: 42px;
    }

    .projects-info {
        padding: 20px 15px 15px;
    }

    .SubtractBack {
        font-size: 16px;
    }

    .modal-body.px-5.pb-5 {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-bottom: 20px !important;
    }
}