<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#promise .container {
  width: 1230px;
}
#promise .inner {
  padding: 0 57px;
  position: relative;
}
#promise .customer-sub {
  font-size: 3.2em;
  margin-top: 1.1em;
  margin-bottom: 1em;
  line-height: 48px;
}
#promise .customer-sub span {
  font-weight: 100;
  color: #9f1e65!important;
}
#promise .swiper-slide {
  border: 1.5px solid #b3b3b3;
  padding: 32px 34px;
  font-size: 18px;
  line-height: 23px;
  height: 358px;
  max-height: 360px;
}
#promise .swiper-button-next,
#promise .swiper-button-prev {
  position: absolute;
  background-image: url("../../images/redesign/swiper-arrow.png");
  background-size: 9px 17px;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-color: var(--light-gray);
  border-radius: 50%;
  opacity: 1;
}
#promise .swiper-button-prev {
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}
#promise .swiper-button-next {
  top: 50%;
  right: -50px;
  left: unset;
  transform: translateY(-50%) scale(-1);
}
#promise .swiper-button-next:after,
#promise .swiper-button-prev:after {
  display: none;
}
#promise .swiper-pagination {
  display: block;
  margin-top: 1em;
  text-align: center;
  transform: translateZ(0);
  transition: 0.3s;
  z-index: 10;
  position: relative;
  width: 100%;
  height: 3em;
  padding: 1em;
}
#promise .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border: 1px solid #d4d4d4;
  background: transparent;
  opacity: 1;
  margin: 0 5px;
}
#promise .swiper-pagination-bullet-active {
  border: 1px solid grey;
  background-color: #9f1e65!important;
}
#promise .top {
  margin-bottom: 17px;
}
#promise .top &gt; img {
  margin-right: 18px;
}
#promise .cname {
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 4px;
}
#promise .rating {
  gap: 5px;
}
#promise .promise-note {
  font-size: 1em;
  margin: 1em;
}
#promise .swiper-slide p {
  line-height: 25px;
}
#promise .rating img {
  width: 127px;
  height: auto;
}

@media screen and (max-width: 1350px) {
  #promise .swiper-button-prev {
    left: 0;
  }
  #promise .swiper-button-next {
    right: 0;
  }
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 567px) {
  #promise .top {
    margin-bottom: 13px;
  }
  #promise .top &gt; img {
    width: 48px;
    height: 48px;
    margin-right: 12px;
  }
  #promise .rating img {
    width: 110px;
    height: auto;
  }
  #promise p {
    font-size: 15px;
    line-height: 15px;
  }
  #promise .cname {
    font-size: 17px;
  }
  #promise .swiper-slide {
    padding: 17px 22px 38px 23px;
    height: 265px;
  }
  #promise .customer-sub {
    font-size: 2.2em;
    margin-top: 1em;
    margin-bottom: 0.5em;
    line-height: 43px;
  }
  #promise .blocktitle p {
    font-size: 26px;
    top: -10px;
  }
  #promise .subtitle {
    font-size: 15px;
  }
  #promise .button {
    font-size: 18px;
    width: 150px;
    height: 46px;
    line-height: 50px;
  }
  #promise .swiper-pagination-bullet {
    margin: 0 7.8px !important;
  }
  #promise .swiper-slide p {
    line-height: 17px;
  }
}
</pre></body></html>