.swiper-banners-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* width: 100%; */
  width: 94%;
  max-width: 1445px;
  gap: 20px;
}

.swiper-banners {
  width: 100%;
  height: 328px;
  position: relative;
  overflow: hidden;
}

.swiper-banners .swiper-slide {
  width: 100%;
  max-height: 328px;
  border-radius: 20px;
  overflow: hidden;
}

.swiper-banners .swiper-slide img {
  display: block;
  width: 100%;
  height: 328px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .swiper-banners-container {
    width: 283px;
  }

  .swiper-banners {
    width: 283px;
    height: 254px;
  }

  .swiper-banners .swiper-slide {
    width: 283px;
    height: 254px;

  }

  .swiper-banners .swiper-slide img {
    max-width: 283px;
    height: 254px;
  }
}
