.cupons-gallery-container {
  width: calc(100% - 204px);
  max-width: 1685px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;
  /* width: 100%; */
}

.cupons-wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  width: 100%;
}

@media (max-width: 768px) {
  .cupons-wrapper {
    flex-direction: column;
    gap: 12px;
    max-width: 100vw;
    align-items: center;
  }
}

.swiper-cupons {
  min-width: 0;
  width: 100%;
  max-width: 1735px;

  /* width: 1735px; */
  height: 534px;
  position: relative;
  overflow: hidden;

}

.swiper-cupons .swiper-slide {
  width: 327px;
  max-height: 488px;
}

@media (max-width: 768px) {
  .swiper-cupons {
    width: calc(100vw - 40px);
    height: 620px;
  }

  .swiper-cupons .swiper-slide {
    width: calc((100vw - 40px) / 2) !important;

  }

  .swiper-wrapper {
    height: 578px;
  }
}



.more {
  text-decoration: none;
  display: flex;
  margin-top: 10px;
  width: 124px;
  height: 488px;
  background-color: #2020B3;
  background-image: url('/assets/images/gallery-more.png');
  background-size: 249.55px 250.615px;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 10px 56px 0 rgba(0, 0, 0, 0.08);
}

.more div {
  color: #fff;

  padding: 6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 17px;
}

.more .more-text {
  text-decoration: none;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}

.more .more-text:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .more {
    display: none;
  }
}
