/* Categories List Start */
section.s-block.s-block--banners.container {
    margin-block: 3%;
}
section.s-block.s-block--banners.container .right-side {
    justify-content: center;
}
section.s-block.s-block--banners.container .right-side h2 {
    color: #f47a32;
}
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
.banner-entry {
    height: 305px;
    background-color:unset;
    transition: 0.2s;
}
.banner-entry:hover {
    transform: scale(1.04)
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}
/* 2 */
section:nth-child(2 of .s-block.s-block--banners.container) {
    max-width: 90%;
    margin-top: 0;
}
section:nth-child(2 of .s-block.s-block--banners.container) .grid {
    gap: 8px;
}
section:nth-child(2 of .s-block.s-block--banners.container) .banner-entry {
    height: 820px;
}
@media (min-width: 1024px) {
    section.s-block.s-block--banners.container h2 {
        font-size: 36px;
    }
}
@media(min-width:768px) and (max-width:1200px){
    .banner-entry{
        height: 225px;
    }
    section:nth-child(2 of .s-block.s-block--banners.container) .banner-entry {
        height: 420px;
    }
}
@media(max-width:768px){
    .banner-entry{
        height: 250px;
    }
    section:nth-child(2 of .s-block.s-block--banners.container) .banner-entry {
        height: 320px;
    }
}
@media(max-width: 576px){
    .banner-entry{
        height: 150px;
    }
    /* 2 */
    section:nth-child(2 of .s-block.s-block--banners.container) {
        max-width: 100%;
        margin-top: 0;
        padding: 4px;
    }
    section:nth-child(2 of .s-block.s-block--banners.container) .banner-entry {
        height: 200px;
    }
}
/* Categories List End */