.testimonials-container {
  margin-top: 16px;
}

.testimonial {
  display: flex;
  gap: 25px;
  align-items: flex-start;
}

.credit-container,
.credit-customer {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #80868b;
  transition: opacity .5s ease-in-out;
}

.credit-customer {
  margin-top: 8px;
}

.review {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #202124;
  margin-top: 16px;
  margin-bottom: 32px;
  transition: opacity .5s ease-in-out;
}

.testimonial-image {
  border-radius: 20px;
}