.g_cat .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.image-title.sal-animate {
    border: 2px solid #000;
    border-radius: 1rem;
}

.g_features .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.banner_ad .img2 {
    grid-row: 1/3 !important;
}


@media(max-width:768px){
.banner_ad .img2 {
    grid-row: span 2 / span 2;
}
.banner_ad .img1 {
    grid-column: span 1 / span 1;
    grid-column-start: 1;
    grid-row: span 1 / span;
    grid-row-start: 3;
}
}