.banners-top::before,
.banner-wrapper::before,
.custom-card::before {
  content: none !important;
  display: none !important;
}

.banners-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 11px;
  margin-bottom: 7px;
}

.banners-top .banner-wrapper {
  width: 100%;
  float: none;
}

@media (max-width: 1130px) {
  .banners-top {
    grid-template-columns: repeat(2, 1fr);
  }
}