@media screen and (max-width: 375px) {

    #second-headers .sub-header-icon {
        width: 90px;
        margin: 10px 5px;
     }

     #second-headers .sub-header-icon span {
        font-size: 9px;
     }

     #second-headers .sub-header-icon i {
        transform: scale(0.8);
     }

     header#second-headers .container{
         padding: 0;
     }
    .home-main .your-purchase-section{
        height: 1300px !important;
        /* margin-bottom: 50px; */
    }

    .home-main .hero-banner{
        min-height: 600px;
    }
    .home-main .hero-banner:before{
        min-height: 600px;
    }

    .home-main .your-purchase-section .your-purchase-pill{
        height: 100px;
    }
    .home-main .your-purchase-section .your-purchase-pill:before{
        transform: translate(-20%, -30%);
    }
    .home-main .your-purchase-section .your-purchase-pill h4{
        
        width: 250px;
        font-size: 1.5rem !important;
        margin-right: 1rem;
        margin-left: 1rem;
    }

    .home-main .make_impact_sec{
        height: fit-content;
    }

    .home-main .hero-banner .hero-buttons .hero-button-shop{
        padding: 1rem 1rem;
        margin-top: 0.3rem;
        margin-bottom: 1rem;
    }
    .home-main .hero-banner .hero-buttons .hero-button-quiz{
        padding: 1rem 1rem; 
        margin-top: 0.3rem;
        margin-bottom: 1rem;
    }

    .home-series-area p.home-series-title {
        font-size: 1.1rem !important;
    }

    .shop-series-area p.shop-series-title {
        font-size: 1.1rem !important;
    }

    .home-series-area p.home-series-desc {
        font-size: 1.1rem !important;
    }

    .shop-series-area p.shop-series-desc {
        font-size: 1.1rem !important;
    }

    .home-main .hero-banner p{
        font-size: 1rem !important;
    }
    .home-main .hero-banner h1{
        font-size: 1.8rem;
        width: 100%;
    }

    .home-main .hero-slider-banner-1 .banner-block .banner-desc{
        font-size: 0.8rem !important;
    }

    .home-main .hero-slider-banner-1 .banner-block .banner-title-second{
        font-size: 3rem;
    }

    .home-main .hero-slider-banner-2 .banner-block .banner-desc{
        font-size: 0.9rem !important;
    }

    

}
@media screen and (max-width: 333px) {
    .home-main .your-purchase-section{
        height: 1400px !important;
        /* margin-bottom: 50px; */
    }

    .home-main .hero-slider-banner-2 .banner-block .banner-title-second{
        font-size: 3rem;
    }

    .home-main .hero-slider-banner-2 .banner-block .banner-desc{
        font-size: 0.8rem !important;
    }
    .home-main .hero-slider-banner-1 .banner-block .banner-title-first{
        font-size: 1.6rem !important;
    }

    .home-main .hero-slider-banner-1 .banner-block .banner-title-second{
        font-size: 2.6rem;
    }
    .home-main .hero-slider-banner-1 .banner-block{
        margin-bottom: 50px;
    }
    .home-main .hero-slider-banner-1 .banner-block .banner-desc{
        font-size: 0.75rem !important;
    }

    .home-main .hero-slider-banner-1 .banner-block .banner-button{
        font-size: 1rem !important;
    }
    
}

@media screen and (max-width: 305px) {
    .home-main .hero-slider-banner-1 .banner-block .banner-title-first{
        font-size: 1.6rem !important;
    }

    .home-main .hero-slider-banner-1 .banner-block .banner-title-second{
        font-size: 2.4rem;
    }
    .home-main .hero-slider-banner-1 .banner-block .banner-desc{
        font-size: 0.67rem !important;
    }
     .home-main .hero-slider-banner-1 .banner-block{
        margin-bottom: 70px;
    }

    
}

