.testimonial__scroller {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.testimonial__scroller .gha__card .card--inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

{# Card Content #}
.testimonial__scroller .gha__card .card__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: auto;
  width: 100%;
  gap: 1rem;
}

.testimonial__scroller .gha__card .text * {
    margin-bottom: 0;
}

.testimonial__scroller .gha__card .text p {
    font-size: clamp(17px, 15.323px + 0.43vw, 21px);
    /* font-weight: 600; */
    /* font-style: italic; */
    color: #171C42;
}

.testimonial__scroller .gha__card .text *:not(li) + * {
    margin-top: 0.75rem;
}

{# Attribution #}
.testimonial__scroller .attribution {
    
}

.testimonial__scroller .author {
    color: #F25244;
    font-weight: bold;
    font-size: clamp(16px, 14.323px + 0.43vw, 20px);
}

{# Rating #}
.testimonial__scroller .rating {
    display: flex;
    gap: 0.25rem;
    align-items: center;
    justify-content: center;
    padding: 4px;
    color: #fff;
}

.testimonial__scroller .rating img {
    height: 14px;
    width: auto;
}