.indy-testimonial-widget {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px 10px;
  max-width: 519px;
  margin-inline: auto;
}
.indy-testimonial-widget .testimonial-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indy-testimonial-widget .testimonial-image img {
  width: 68px;
  height: 68px;
  border-radius: 100%;
  display: block;
}
.indy-testimonial-widget .testimonial-image::after {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url(/wp-content/themes/hello-child/img/icons/icon-quotes-lightpink.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.indy-testimonial-widget .testimonial-text {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.32px;
}
.indy-testimonial-widget .testimonial-author {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.16px;
}
.indy-testimonial-widget .testimonial-button {
  text-align: center;
}

@media (min-width: 768px) {
  .indy-testimonial-widget .testimonial-image {
    justify-content: center;
    position: relative;
  }
  .indy-testimonial-widget .testimonial-image::after {
    position: absolute;
    left: 8px;
  }
  .indy-testimonial-widget .testimonial-author {
    text-align: center;
  }
}
