.testimonial {

}

.testimonial .testimonial__inner {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  gap: 42px;
  color: #FFFFFF;
}

.testimonial-icon {
  width: 55px;
  height: 55px;
}

.testimonial-icon img {
  object-fit: contain;
}

.testimonial-text {
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
}

@media only screen and (min-width: 769px) {
  .testimonial-text {
    font-size: 40px;
  }
}

.testimonial-author {
  max-width: 510px;
  margin: 0 auto;
}

.testimonial-author .author {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.testimonial-author .subtext {
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
}

.company-logo {
  max-width: 85px;
  width: 100%;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
}

.company-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

{# modifiers #}

.testimonial--center .testimonial__inner {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.testimonial__inner .color--black {
  color: #000000;
}