.swiper-container {
  width: 100%;
  overflow: hidden;
  max-height: 348px;
}
.banner {
  width: 100%;
  display: inline-block;
  background-color: rgb(203, 29, 141);
}

.styledDate {
  font-size: 16px;
  font-family: 'Instrument Sans';
  font-weight: 500;
  color: rgb(255, 255, 255);
}

.styledSlickH2 {
  line-height: 40px;
  min-height: 80px;
  max-height: 80px;
  font-size: 36px;
  font-family: 'Instrument Sans';
  font-weight: 500;
  color: rgb(255, 255, 255);
  overflow: hidden;
}

.styledSlickP {
  line-height: 24px;
  min-height: 72px;
  max-height: 72px;
  font-size: 18px;
  font-family: 'Instrument Sans';
  font-weight: 400;
  color: rgb(255, 255, 255);
  overflow: hidden;
}

.img-container {
  height: 300px;
  width: 100%;
}

.img-container-image {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.slick-dots {
  bottom: 0px !important;
}
@media (max-width: 768px) {
  .swiper-container {
    max-height: 594px;
  }
}
