/* ==============
    Hero Section 
================= */
@media (max-width: 575.98px) {

    .blog-hero {
        height: 220px;
        background-position: center 20%;
    }

    .hero-title {
        width: 200px;
        height: 50px;
        font-size: 22px;
    }

    .hero-breadcrumb {
        font-size: 16px;
    }

    .hero-breadcrumb img {
        width: 14px;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {

    .blog-hero {
        height: 240px;
    }

    .hero-title {
        width: 230px;
        height: 55px;
        font-size: 26px;
    }

    .hero-breadcrumb {
        font-size: 18px;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {

    .blog-hero {
        height: 260px;
    }

    .hero-title {
        width: 260px;
        height: 60px;
        font-size: 30px;
    }

    .hero-breadcrumb {
        font-size: 20px;
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .blog-hero {
        height: 287px;
    }

    .hero-title {
        width: 297px;
        height: 67px;
        font-size: 34px;
    }

    .hero-breadcrumb {
        font-size: 22px;
    }

}

@media (min-width: 1200px) and (max-width: 1399.98px) {

    .blog-hero {
        height: 320px;
    }

    .hero-title {
        width: 320px;
        height: 70px;
        font-size: 38px;
    }

    .hero-breadcrumb {
        font-size: 24px;
    }

}

@media (min-width: 1400px) {

    .blog-hero {
        height: 287px;
        background-position: center 15%;
    }

    .hero-title {
        width: 360px;
        height: 80px;
        font-size: 42px;
    }

    .hero-breadcrumb {
        font-size: 26px;
    }

}




/* Facility Section */
@media (max-width: 575.98px) {

    .experts-title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 30px;
        text-align: center;
    }

    .experts-desc {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        margin-top: 15px;
    }

    .facility-card {
        padding: 20px;
        min-height: auto;
        height: auto;
    }

    .facility-card h6 {
        font-size: 16px;
    }

    .facility-card p {
        font-size: 13px;
        line-height: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    .experts-title {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 40px;
    }

    .experts-desc {
        width: 100%;
        font-size: 15px;
    }

    .facility-card {
        min-height: 250px;
        padding: 25px;
    }

    .facility-card h6 {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .experts-title {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 60px;
    }

    .experts-desc {
        width: 100%;
    }

    .facility-card {
        min-height: 300px;
    }

    .facility-card h6 {
        font-size: 19px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .experts-title {
        font-size: 46px;
        line-height: 50px;
    }

    .facility-card {
        min-height: 300px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {

    .experts-title {
        font-size: 50px;
    }

    .facility-card {
        min-height: 300px;
    }
}

@media (min-width: 1400px) {

    .experts-title {
        font-size: 56px;
        line-height: 60px;
    }

    .experts-desc {
        width: 100%;
    }

    .facility-card {
        min-height: 300px;
    }
}
