/* Add custom CSS styles below */ 
body{
zoom:90%;
}

.s-block--fixed-banner .container {
padding-left:0px;
padding-right:0px;
}

.s-block--fixed-banner{
margin-top:0px !important;
margin-bottom:2rem !important;
}


.s-block--content-with-images .lg\:\!leading-\[1\.2\] {
color:#125f73;
}
.s-block--content-with-image img{
border-radius:20px;
}

.store-footer__inner {
 padding-top: 7rem;
    position: relative;
}
.store-footer__inner::after {
    content: "";
    position: absolute;
    width: 135px;
    height: 135px;
    background-image: url(https://i.postimg.cc/jSrxSnnZ/logo-waha.png);
    background-size: contain;
    left: 45%;
    display: block;
    background-repeat: no-repeat;
    top: 0px;
}

@media(max-width:768px){
.store-footer__inner {
    padding-top: 7rem;
}

.store-footer__inner::after {
    content: "";
    position: absolute;
    width: 145px;
    height: 140px;
    background-image: url(https://i.postimg.cc/jSrxSnnZ/logo-waha.png);
    background-size: contain;
    left: 35%;
    display: block;
    background-repeat: no-repeat;
    top: 0px;
}
}