.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);
  }
}

/* Zarovnání tlačítek ve všech bannerech */
.custom-card {
  display: flex;
  flex-direction: column;
}

.custom-card p {
  flex-grow: 1; /* text se roztáhne, aby tlačítko bylo vždy dole */
  margin-bottom: 14px;
}

.custom-card a.btn {
  margin-top: auto; /* tlačítko se přilepí ke spodnímu okraji */
}
