/*banner-section*/
.banner-section h4, .banner-section p, .banner-section .block-editor-rich-text__editable.wp-block-button__link, .products-outer-box p, .products-outer-box .wc-block-grid__product-title, .about-section h2{ 
    font-family: 'Josefin Sans', sans-serif;
}
.banner-section {
    width: auto;
    height: auto;
}
.banner-section .wp-block-cover__inner-container{
    width: auto;
}
.banner-section img.wp-image-1402,.banner-section img.wp-image-1404,.banner-section img.wp-image-1405{
    width: auto;
}
.banner-section h1{
    font-size: 58px !important;
    margin-bottom: 0;
    font-weight: 700;
}
.banner-section .banner-section1 .wp-block-image figcaption {
    color: #555 !important;
    font-style: normal !important;
}
.banner-section-img3, .banner-section-img2{
    margin-left: 0px;
}
.image-section{
    margin-top: 30px;
}
/*about section*/
.about-section .about-section2{
    align-self: center !important;
}
.about-section{
    padding-top: 45px;
}
.about-section .about-section2 h3{
    color: #C2C2C2;
    font-size: 16px;
    font-weight: 500;
}
.about-section .about-section2 h2{
    color: #222;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px;
}
.about-section .about-section2 a{
    display: inline-block;
    color: #fff;
    background-color: #ffbf00;
    padding: 10px 20px;
    border-radius: 6px !important;
    line-height: 1;
}
.about-section .about-section2 a:hover{
    background:#222 !important;
}
.banner-section1{
    padding-left: 0 !important;
}
.about-section1-img img{
    width: auto;
}
 @media screen and (min-width: 320px) and (max-width: 575px){
    .banner-section img{
        height: auto !important;
    }
    .banner-section h1{
        font-size: 20px !important;
        text-align: center;
        margin-bottom: 16px;
    }
    .banner-section p{
        display: none;
    }
    .banner-section audio{
       min-width: 220px;
    }
    .about-section .about-section2 .wp-block-image figcaption {
        color: #555 !important;
    }
    .about-section {
        padding-top: 0px;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .banner-section img.wp-image-1402,.banner-section img.wp-image-1404,.banner-section img.wp-image-1405{
        width: 95%;;
    }
    .banner-section .banner-section1 .wp-block-image figcaption {
       text-align: center;
    }
    .banner-section .wp-block-columns{
        margin-top: 50px;
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 0px;
    }
    .banner-section-img2, .banner-section-img3, .banner-section-img1{
        text-align: center !important;
        margin: 0 auto;
    }
}
@media screen and (min-width: 576px) and (max-width: 768px){
    .banner-section h1 {
        font-size: 35px !important;
        margin-bottom: 10px;
        font-weight: 700;
    }   
    .banner-section img{
       height:80% !important;
    }  
    .banner-section .image-section, .about-section .wp-block-columns{
      flex-wrap: nowrap !important;
    } 
    .banner-section{
      min-height: 0px !important;
    }
    .about-section {
        padding-top:0px;
    }
    .banner-section p{
        display: none;
    }
    .banner-section-img3{
        margin-left: -100px;
    }
    .banner-section-img2{
        margin-left: -50px;
    }
    .image-section{
        gap: 0em;
    }
}
