
.sac-brand-grid{
display:grid;
grid-template-columns:repeat(4,minmax(0,1fr));
gap:24px;
width:100%;
}

.sac-brand-swiper{
width:100%;
overflow:hidden;
padding:10px 0 40px;
}

.sac-brand-item{
height:auto;
}

.swiper-slide{
height:auto !important;
}

.sac-brand-image{
width:100%;
height:auto;
display:block;
object-fit:contain;
}

.sac-default-card{
background:#fff;
border-radius:20px;
padding:24px;
border:1px solid #eee;
height:100%;
}

.swiper-button-next,
.swiper-button-prev{
color:#111 !important;
}

@media(max-width:1024px){

.sac-brand-grid{
grid-template-columns:repeat(2,minmax(0,1fr));
}

}

@media(max-width:767px){

.sac-brand-grid{
grid-template-columns:1fr;
}

}
