.s-block__title {
  display:none !important
}

@media(min-width:768px){
  .banners-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.banners-grid > *:nth-of-type(9),
.banners-grid > *:nth-of-type(10){
   display:none
}
}
.banners-grid > *:nth-of-type(9),
.banners-grid > *:nth-of-type(10){
   display:none
}

@media(max-width:820px){
  .banners-grid--10 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
}
}


-----
<img src="https://tracker.metricool.com/c3po.jpg?hash=c42238a4926b5cf814e370159d4e8556"/>

.banners-grid--6 .banner-entry a {
    background: #fff2e5;
}


/* ✅ قسم الروابط المصورة */
.main-links-slider .swiper-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px; /* ⬅️ مسافة أقرب في الجوال */
  transform: none !important;
  transition: none !important;
  justify-content: center;
  padding: 10px 0;
}

/* ✅ كل عنصر فردي */
.main-links-slider .swiper-slide {
  width: auto !important;
  flex: 0 0 calc(33.33% - 6px); /* ⬅️ أقل فراغ أفقي */
  text-align: center;
}

/* ✅ على الكمبيوتر: 6 عناصر مع مسافة 15px */
@media (min-width: 1024px) {
  .main-links-slider .swiper-wrapper {
    gap: 15px;
  }

  .main-links-slider .swiper-slide {
    flex: 0 0 calc(16.66% - 13px);
  }
}