/* ------- */ 
salla-slider.photos-slider .swiper-slide{
  width : 100vw ;
}

@media (min-width: 768px){
[dir=rtl] salla-slider.photos-slider .swiper {
    padding-left: 0rem;
}}

@media (min-width: 640px){
.s-block {
     margin-top: 0px; 
}}

.s-block {
     margin-top: 0px; 
}

.grid-cols-2 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.max-h-full {
    /* max-height: unset; */
}
.index .brand-item img {
    width: 650px;
    height: 80px;
}
.index .brand-item {
    padding: unset;
        border-radius: 0px;

}
.s-block__title h2{
    display: none;
}


@media (min-width: 640px) {
    .sm\:row-span-2 {
        grid-row: unset;
    }
}