@media (max-width: 1200px) {
    h2 {
        font-size: 45px;
    }
}

@media (max-width: 991px) {
    .hero-section .hero-title h1 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 35px;
    }

    .hero-section {
        height: 85vh;
        padding-bottom: 50px;
    }

    .hero-section .hero-title h1 {
        font-size: 40px;
    }

    #page-title h1 {
        font-size: 40px;
    }

    .about-section,
    .properties-section,
    .team-section,
    .communities-section,
    .testimonial-section,
    .services-section,
    .buysell-section,
    .buysell-guide-section,
    .form-section,
    .evaluation-box,
    .calculators-section,
    .alerts-section,
    .contact-section,
    .error-page {
        padding: 50px 0;
    }

    .mission-section,
    .approach-section,
    #contact {
        background-attachment: unset;
        padding: 75px 0;
    }

    .approach-card {
        padding: 30px 15px;
    }

    .contact-section .contact-form-ctn {
        padding: 30px 15px;
    }

}

@media (max-width: 576px) {
    .evaluation-box .bg-form {
        padding: 40px 15px;
    }
}