.cardSideSwiper .card-side-banner {
  position: relative;
  border-radius: 16px;
}
.cardSideSwiper .card-side-banner .card-side-banner__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cardSideSwiper .card-side-banner .card-side-banner__text {
  position: absolute;
  bottom: clamp(10px, 2vw, 20px);
  left: 0;
  width: 100%;
  padding: 0 30px;
  font-size: clamp(10px, 2vw, 15px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-wrap: balance;
  display: grid;
  grid-template-columns: 1fr 24px;
  grid-gap: 14px;
  align-items: center;
  justify-content: space-between;
}
.cardSideSwiper .card-side-banner .card-side-banner__text:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../../../../static/images/card/circle-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 576px) {
  .cardSideSwiper .card-side-banner .card-side-banner__text {
    font-size: clamp(10px, 5vw, 15px);
  }
}
.cardSideSwiper .slider-arrow {
  background: #F7F7F7;
  padding: 15px 4px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.cardSideSwiper .slider-arrow:after {
  content: "";
  background-image: url("../../../../static/icons/arrow.svg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.cardSideSwiper .slider-arrow.swiper-button-prev {
  transform: rotate(180deg);
}

/*# sourceMappingURL=style.css.map */
