div.padding_full.fc_testimonials_split_content {
  padding-left: 0;
  padding-right: 0;
}

.fc_testimonials_split_content {
  display: flex;
  align-items: center;
}

.fc_testimonials_split_content.testimonials_left {
  flex-direction: row-reverse;
}

.fc_testimonials_split_content .testimonial p strong {
  color: var(--olive-green);
}
@media (min-width: 1024px) {
  .fc_testimonials_split_content > div.content {
    flex-basis: 40%;
    padding-right: clamp(15px, 6vw, 100px);
  }
    .fc_testimonials_split_content.testimonials_left > div.content {
        padding-left: clamp(15px, 6vw, 100px);
    }

  .fc_testimonials_split_content .testimonials {
    flex-basis: 60%;
  }
}

@media (max-width: 1024px) {
  .fc_testimonials_split_content {
    display: block;
  }
  .fc_testimonials_split_content > div.content {
    min-height: 0;
    margin-bottom: 2rem;
  }
}

.fc_testimonials_split_content .testimonials {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.fc_testimonials_split_content .testimonials svg {
  height: 56px;
  width: 40px;
}

.fc_testimonials_split_content .testimonials .testimonial {
  padding: clamp(10px, 2vw, 30px);
  background: var(--white);
  display: flex;
  flex-flow: column;
  justify-content: center;
  border-radius: 5px;
}

.fc_testimonials_split_content .testimonials .rating {
  margin: 1rem 0;
  height: 29px;
  background: 0 50% / 166px 29px no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' %3E%3Cpath fill='%23FDCB01' d='M15 .7c.1-.3.5-.3.6 0l4.4 9 .3.2 10 1.4c.3 0 .4.4.2.6l-7.3 7v.3l1.6 10c0 .2-.2.4-.4.3l-9-4.7h-.3l-9 4.7c-.1 0-.4-.1-.4-.4l1.7-9.9v-.3L0 12c-.2-.2 0-.5.2-.6l10-1.4.2-.2 4.5-9ZM48.8.7c.2-.3.5-.3.6 0l4.5 9c0 .1.1.2.3.2l10 1.4c.2 0 .3.4.1.6l-7.2 7-.1.3 1.7 10c0 .2-.2.4-.5.3l-9-4.7H49l-9 4.7c-.2 0-.5-.1-.4-.4l1.7-9.9-.1-.3-7.2-7c-.2-.2-.1-.5.1-.6l10-1.4.3-.2 4.4-9ZM82.7.7c.1-.3.5-.3.6 0l4.5 9 .2.2 10 1.4c.3 0 .4.4.2.6l-7.2 7c-.1 0-.2.2-.1.3l1.7 10c0 .2-.3.4-.5.3l-9-4.7h-.3L74 29.5c-.2 0-.5-.1-.5-.4l1.7-9.9v-.3l-7.3-7c-.2-.2 0-.5.2-.6L78 10l.2-.2 4.5-9ZM116.6.7c0-.3.4-.3.6 0l4.4 9 .3.2 10 1.4c.2 0 .3.4.1.6l-7.2 7v.3l1.6 10c0 .2-.2.4-.5.3l-8.9-4.7h-.3l-9 4.7c-.2 0-.5-.1-.4-.4l1.7-9.9-.1-.3-7.2-7c-.2-.2-.1-.5.2-.6l10-1.4.2-.2 4.5-9ZM150.4.7c.1-.3.5-.3.6 0l4.5 9 .2.2 10 1.4c.3 0 .4.4.2.6l-7.2 7-.1.3 1.7 10c0 .2-.3.4-.5.3l-9-4.7h-.2l-9 4.7c-.2 0-.5-.1-.4-.4l1.7-9.9-.1-.3-7.3-7c-.2-.2 0-.5.2-.6l10-1.4.3-.2 4.4-9Z'/%3E%3C/svg%3E");
}

.fc_testimonials_split_content .testimonials .rating_1 {
  width: 33.2px;
}

.fc_testimonials_split_content .testimonials .rating_2 {
  width: calc(33.2px * 2);
}

.fc_testimonials_split_content .testimonials .rating_3 {
  width: calc(33.2px * 3);
}

.fc_testimonials_split_content .testimonials .rating_4 {
  width: calc(33.2px * 4);
}

.fc_testimonials_split_content .testimonials .rating_5 {
  width: 166px;
}

@media (max-width: 1200px) {
  .fc_testimonials_split_content .testimonials {
    display: grid;
    gap: var(--gap-m);
    grid-template-columns: 1fr;
    text-align: center;
  }
  .fc_testimonials_split_content .testimonials .rating {
    margin: 1rem auto;
  }
}
