/* ==========================================
   GALLERY HERO
========================================== */

.gallery-hero{

    padding:180px 0 120px;

    background:
        linear-gradient(
            rgba(10,15,20,.78),
            rgba(10,15,20,.78)
        ),
        url("../images/gallery/store-front.jpg");

    background-size:cover;

    background-position:center;

    background-repeat:no-repeat;

    color:#fff;

    text-align:center;

}

.gallery-hero .container{

    max-width:850px;

}

.gallery-hero h1{

    font-size:clamp(3rem,6vw,5rem);

    font-weight:800;

    margin:20px 0;

    color:#fff;

}

.gallery-hero p{

    color:#d1d5db;

    font-size:1.15rem;

    line-height:1.9;

    margin-bottom:40px;

}

/* ==========================================
   FEATURED STORE
========================================== */

.featured-store{

    padding:90px 0;

}

.featured-store h2{

    font-size:2.5rem;

    margin:20px 0;

}

.featured-store p{

    color:#6b7280;

    line-height:1.9;

}