.smw-about-slider-wrapper {
  background-color: #ffffff;
  overflow: hidden;
}

.smw-about-slider-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 88px;
}

.smw-about-slider-header h2 {
  max-width: 688px;
  color: #350f6b;
  font-size: 80px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -1.6px;
  margin: 0;
  text-transform: uppercase;
}

.smw-rating-box {
  text-align: right;
}

.smw-rating-star {
  font-size: 45px;
  margin-right: -9px;
}

.smw-rating-number {
  font-family: "ObviouslyNarrow";
  font-weight: 700;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: -0.48px;
  color: #350f6b;
  vertical-align: middle;
}

.smw-rating-text {
  font-family: "ObviouslyNarrow";
  font-weight: 700;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  color: #350f6b;
  vertical-align: bottom;
}

.smw-review-count {
  font-weight: 500;
  font-style: medium;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: -0.16px;
  color: #350f6b;
  margin-top: 13px;
}

.smw-testimonial-card {
  background-color: #faf4eb;
  border-radius: 24px;
  padding: 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 86px;
}

.smw-author-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.smw-author-image {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  object-fit: cover;
}

.smw-author-details {
  flex: 1;
}

.smw-author-name {
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  color: #350f6b;
  margin: 0px;
}

.smw-author-position {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: -0.16px;
  color: #350f6b;
  margin: 0px;
}

.smw-testimonial-text {
  font-family: Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: -0.6px;
  color: #350f6b;
  margin: 0;
  flex: 1;
}

.smw-about-slider-wrapper .smw-pagination {
  text-align: center;
  margin-top: 30px;
}

.smw-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #FFCCB0;
    opacity: 1;
    transition: all 0.3s;
    margin: 0 3px;
}

.smw-pagination .swiper-pagination-bullet-active {
  background-color: #FE5B00;
}

@media (max-width: 1200px) {
  .smw-about-slider-header h2 {
    max-width: 500px;
    font-size: 64px;
  }
}

@media (max-width: 1024px) {
  .smw-about-slider-wrapper {
    padding: 60px 40px;
  }

  .smw-about-slider-header {
    margin-bottom: 40px;
  }

  .smw-about-slider-header h2 {
    font-size: 55px;
    max-width: 500px;
  }

  .smw-rating-box {
    text-align: left;
  }
  .smw-rating-number {
    font-size: 38px;
  }
  .smw-review-count {
    margin-top: 5px;
  }
  .smw-testimonial-text {
    font-size: 18px;
    line-height: 1.3em;
  }
}

@media (max-width: 768px) {
  .smw-about-slider-wrapper {
    padding: 40px 20px;
  }
  .smw-about-slider-header {
    margin-bottom: 32px;
  }
  .smw-about-slider-header h2 {
    font-size: 48px;
    max-width: 483px;
  }

  .smw-rating-number {
    font-size: 36px;
  }

  .smw-rating-text {
    font-size: 18px;
  }

  .smw-testimonial-card {
    padding: 30px;
    gap: 60px;
  }
}

@media (max-width: 480px) {
  .smw-about-slider-header h2 {
    font-size: 28px;
    max-width: 249px;
    letter-spacing: 0.8px;
  }
  .smw-rating-box {
    display: none;
  }
  .smw-testimonial-card {
    gap: 121px;
  }
  .smw-testimonial-text {
    font-size: 16px;
    line-height: 1.5em;
  }
  .smw-pagination {
    margin-top: 28px;
    /* gap: 4px; */
  }
  .smw-pagination span {
    margin: 0px;
  }
}
