/* ==============
    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;
    }

}



/* =================
    Gallery Section 
==================== */
@media (max-width: 575.98px) {

    .gallery-title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 40px;
    }

    /* .gallery-card {
        margin-left:10px;
    } */

    .gallery-card img {
        height: 180px;
    }

    .gallery-row {
        row-gap: 15px;
    }

    .gallery-overlay {
        height: 15%;   
        padding: 15px;
    }

    .gallery-overlay h6 {
        font-size: 15px;
        text-align: center;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    .gallery-title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 60px;
    }

    .gallery-card img {
        height: 200px;
    }

    .gallery-row {
        row-gap: 20px;
    }

    .gallery-overlay {
        height: 15%;
        padding: 18px;
    }

    .gallery-overlay h6 {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .gallery-title {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 80px;
    }

    .gallery-card img {
        height: 220px;
    }

    .gallery-overlay {
        height: 15%;
    }

    .gallery-overlay h6 {
        font-size: 17px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .gallery-title {
        font-size: 46px;
        line-height: 48px;
        margin-bottom: 100px;
    }

    .gallery-card img {
        height: 230px;
    }

    .gallery-overlay {
        height: 15%;
    }

    .gallery-overlay h6 {
        font-size: 18px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {

    .gallery-title {
        font-size: 50px;
    }

    .gallery-card img {
        height: 240px;
    }

    .gallery-overlay {
        height: 15%;   
    }

    .gallery-overlay h6 {
        font-size: 19px;
    }
}

@media (min-width: 1400px) {

    .gallery-title {
        font-size: 54px;
    }

    .gallery-card img {
        height: 260px;
    }

    .gallery-overlay {
        height: 15%;   
    }

    .gallery-overlay h6 {
        font-size: 20px;
    }
}
