.testimonials {
  background: #fe0900;
  padding: 40px 24px;
}

.testimonials__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.testimonials__title {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  margin-bottom: 16px;
}

.testimonials__title-highlight {
  color: #111111;
}

.testimonials__subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 48px;
  line-height: 1.6;
}

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonials__card {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  padding: 32px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.testimonials__stars {
  margin-bottom: 16px;
}

.testimonials__star {
  color: #fff;
  font-size: 18px;
  margin-right: 2px;
}

.testimonials__text {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 24px;
}

.testimonials__name {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}
