.spr-vl0t {
  width: 100%;
  box-sizing: border-box;
  padding: 0 46px;
  margin-top: 88px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.spr-header-vl0t {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.spr-title-vl0t {
  margin: 0;
  width: 90%;
  font-family: 'Proxima Nova Advanced', 'Proxima Nova', sans-serif;
  font-feature-settings:
    'ss04' on,
    'case' on;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.9);
  text-align: left;
}

.spr-rating-vl0t {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.spr-rating-row-vl0t {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.spr-score-vl0t {
  font-family: 'Proxima Nova Advanced', 'Proxima Nova', sans-serif;
  font-feature-settings:
    'ss04' on,
    'case' on;
  font-size: 36px;
  font-weight: 700;
  line-height: 40.5px;
  color: #3483fa;
}

.spr-stars-vl0t {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #3483fa;
}

.spr-star-vl0t {
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.spr-reviews-vl0t {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.55);
  text-align: left;
}

.spr-testimonials-vl0t {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 16px;
  padding-left: 0;
  scroll-padding-left: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.spr-testimonials-vl0t::-webkit-scrollbar {
  display: none;
}

.spr-card-vl0t {
  margin: 0;
  flex-shrink: 0;
  width: 313px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  background-color: #fff;
  scroll-snap-align: start;
}

.spr-card-vl0t:last-child {
  margin-right: 46px;
}

.spr-quote-vl0t {
  width: 100%;
}

.spr-line-vl0t {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.9);
  text-align: left;
}

.spr-dots-vl0t {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.spr-dot-vl0t {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.1);
  transition: background-color 0.18s ease-out;
}

.spr-dot--active-vl0t {
  background-color: #3483fa;
}

@media (min-width: 700px) {
  .spr-vl0t {
    padding: 0 24px;
    margin-top: 144px;
    gap: 56px;
  }

  .spr-header-vl0t {
    align-items: center;
    padding: 0;
  }

  .spr-title-vl0t {
    width: auto;
    font-size: 56px;
    line-height: 64px;
    text-align: center;
  }

  .spr-rating-vl0t {
    align-items: center;
  }

  .spr-rating-row-vl0t {
    justify-content: center;
  }

  .spr-reviews-vl0t {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }

  .spr-testimonials-vl0t {
    overflow-x: visible;
    scroll-snap-type: none;
    -webkit-overflow-scrolling: auto;
    padding-left: 0;
    scroll-padding-left: 0;
    max-width: 1050px;
    margin: 0 auto;
    gap: 38px;
  }

  .spr-card-vl0t {
    flex: 1 1 0;
    width: auto;
    padding: 40px;
    border-radius: 40px;
    scroll-snap-align: unset;
  }

  .spr-card-vl0t:last-child {
    margin-right: 0;
  }

  .spr-card-vl0t:nth-child(2) {
    padding: 25px 45px;
  }

  .spr-quote-vl0t {
    max-width: 414px;
  }

  .spr-line-vl0t {
    font-size: 24px;
    line-height: 30px;
  }

  .spr-dots-vl0t {
    display: none;
  }
}
