/* Testimonials Section */
.testimonial-slider {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
  }
  
  .testimonial-item {
    text-align: center;
    padding: 2rem;
  }
  
  .testimonial-text {
    font-size: var(--size-lg);
    font-style: italic;
    margin-bottom: 1rem;
  }
  
  .testimonial-author {
    font-weight: bold;
  }
  
  /* .testimonial-controls {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
  }
  
  .prev-testimonial,
  .next-testimonial {
    background-color: var(--clr-lightgold);
    color: var(--clr-light);
    border: none;
    padding: 0.5rem 1rem;
    margin: 0 0.5rem;
    cursor: pointer;
    border-radius: 4px;
  } */