/* Add custom CSS styles below */ 

.banner-entry {
    min-height: 231px !important;
}
#app > div.app-inner.flex.flex-col > section.s-block.container.s-block--banners > div{
gap:10px  !important;
}

.two-row .banner-entry:nth-child(4), .two-row .banner-entry:nth-child(7) {
    grid-column: span 1 / span 1 !important;
}

.footer-is-light .store-footer {
    background-color: rgb(22 44 118);
    color: #fff;
}
.footer-logo img {
content:url("https://i.postimg.cc/15sN0V5m/35.png");
}
@media(max-width:768px){

.banner-entry {
    min-height: 111px !important;
}
#app > div.app-inner.flex.flex-col > section.s-block.container.s-block--banners > div{
gap:10px  !important;
grid-template-columns: repeat(2,1fr);
}

}