@import url("../css/_home-banner.css");
@import url("../css/_short-intro-section.css");
@import url("../css/_repeater-section.css");
@import url("../css/_cta-module.css");
@import url("../css/_faq-block.css?v=11");
@import url("../css/_featured-products-module.css?v=16");


.home-wrap {background: var(--light-txt);}
.hero-banner-section .hero-banner-main .hero-banner-txt h1 span::before {bottom: -13px; right: -30px;}
.short-intro-stripline {display: none;}
.short-intro-section {overflow: inherit;}
.short-intro-bg { top: 0;}
.featured-products-module {background-color: transparent; padding: 42px 0 86px;}
.featured-products-module h2{margin-bottom: 82px;}


@media only screen and (max-width: 1199px) and (min-width: 1024px) {

    .short-intro-wrap{padding: 80px 0 20px;}
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
   .featured-products-module{padding: 0 0 100px;}
   .featured-products-module h2 { margin-bottom: 50px; }
}

@media only screen and (max-width: 767px) and (min-width: 200px) {
    .featured-products-module {padding: 45px 0 26px;}
    .featured-products-module h2 { margin-bottom: 45px; font-size: 1.5rem; }
    .featured-products-module h2 span::before {right: 11px; bottom: -17px;}
}
