body{
    background-color:white;
}
section.s-block--fixed-banner .container{
    margin:0;
    padding:0;
    max-width:100%;
}
section.s-block--fixed-banner img{
    background-color:transparent;
    margin-bottom: 90px;
}
section.s-block--fixed-banner{
    margin:0;
}
section.s-block--banners .grid.one-row{
    justify-content:center;        
    grid-template-columns: repeat(2, minmax(0, 250px));
}
section.s-block--banners .grid.one-row .banner-entry{
      background-color:transparent;
} 
section:nth-child(2 of .s-block--fixed-banner){
    width:83%;
    margin:auto;
}
section.s-block--banners .s-block__title h2{
    font-size:40px;
    font-weight:500;
    color:white;
    background:#4e4943;
    padding:5px 100px;
    border-radius:0 50px ;
    margin-bottom: 65px ;
    margin-right:20px;
}
.store-footer__inner{
    background:#01406A2E !important;
}

@media (max-width:768px){
    section.s-block--banners .s-block__title h2{
        font-size:30px ; 
        margin: auto 20px auto auto;
    }
    section:nth-child(2 of .s-block--fixed-banner){
        width:100%;
    }
    footer *{
        text-align:center;
        margin-left:auto;
        margin-right:auto;
    }
}
@media(max-width:768px){
.s-products-slider-card {
    max-width: 160px !important;
}
}