.individual-program-callout {
position: relative;
overflow: hidden;

.testimonial_label_text {
  margin-bottom: 2rem;
}

.testimonial-row {
  display: flex;
  gap: 1rem;
  align-items: start;
  
  .small {
    font-size: .85rem;
  }
}

.icon__quote {
  width: 3rem;
  height: auto;
}
 
  .accent-graphic {
   position: absolute;
   right: 0;
   bottom: 0;
   z-index: 0; 
  }
  .testimonial__link  {
    text-align: right;
    color: var(--color-dark);
    font-weight: bold;
    display: block;
    width:100%;
    margin-top: 1rem;
    font-size: .9rem;
  }
  .testimonial-row {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .individual__star-section {
    gap: 1rem;
    margin-top: 3rem;
  }

  @media (min-width: 768px){
    .testimonial__link,
    .testimonial-row {
      max-width: 450px;
    }
}
