.testimonial .relativeWrapper {
  position: relative;
}

.testimonial .relativeWrapper .bgImg {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 100%;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0.5;
  z-index: -1;
}

.testimonial .testimonialSwiper {
  padding: 0.625rem;
}

.testimonial .testimonialSwiper .swiper-wrapper {
  align-items: stretch;
}

.testimonial .testimonialSwiper .swiper-wrapper .swiper-slide {
  height: unset;
}

.testimonial .testimonialSwiper .cardWrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 1rem;
  border-width: 1px;
  border-color: #0A0F2914;
  --tw-bg-opacity: 1;
  background-color: rgb(255 229 229 / var(--tw-bg-opacity));
  padding: 2.5rem;
  text-align: center;
  --tw-shadow: 0 1px 2px 1px #14151A14;
  --tw-shadow-colored: 0 1px 2px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.testimonial .testimonialSwiper .cardWrapper .starWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

.testimonial .testimonialSwiper .cardWrapper .contentWrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(74 81 104 / var(--tw-text-opacity));
  font-family: Satoshi, serif;
  letter-spacing: 0.01em;
}

.testimonial .testimonialSwiper .cardWrapper .iconWrapper {
  margin-left: auto;
  margin-right: auto;
  height: 3.5rem;
  width: 3.5rem;
  overflow: hidden;
  border-radius: 9999px;
}

.testimonial .testimonialSwiper .cardWrapper .iconWrapper img {
  height: 100%;
}

.testimonial .testimonialSwiper .cardWrapper .title {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  font-family: Satoshi, serif;
  line-height: 27px;
  letter-spacing: 0.01em;
}

.testimonial .testimonialSwiper .cardWrapper .position {
  --tw-text-opacity: 1;
  color: rgb(74 81 104 / var(--tw-text-opacity));
  font-family: Satoshi, serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
}

.testimonial .testimonialSwiper .cardWrapper.bgLightGreen {
  --tw-bg-opacity: 1;
  background-color: rgb(228 255 225 / var(--tw-bg-opacity));
}

.testimonial .testimonialSwiper .cardWrapper.bgLightBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(229 246 252 / var(--tw-bg-opacity));
}

.testimonial .testimonialSwiper .cardWrapper:hover {
  --tw-rotate: 3deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (max-width: 1200px) {
  .testimonial .testimonialSwiper .cardWrapper {
    border-radius: 0.75rem;
    padding: 1.5rem;
  }

  .testimonial .testimonialSwiper .cardWrapper .contentWrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 14px;
    line-height: 1.4;
  }

  .testimonial .testimonialSwiper .cardWrapper .title {
    margin-top: 0.75rem;
    margin-bottom: 0.125rem;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.4;
  }

  .testimonial .testimonialSwiper .cardWrapper .position {
    font-size: 12px;
    line-height: 1.4;
  }
}

/*# sourceMappingURL=testimonial.css.0fa33ad0111d.map */