.testimonial-section {
    margin: 75px auto;
  max-width: 1200px;
  /* margin: 0 auto; */
  padding: 0 40px;
  background-color: #fffef9;
  text-align: center;
}

.subtitle{
    font-family: "Chewy", sans-serif;
  font-weight: 100;
  font-size: 1rem;
  color: var(--orange);
}

.testimonial-section h2 {
  font-family: "Chewy", sans-serif;
  font-weight: 100;
  font-size: 2.5rem;
  color: var(--dark-blue);
  line-height: 2.5rem;
}

.swiper {
  padding: 2rem 0;
}

.swiper-slide {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  padding: 1.5rem;
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.testimonial-header img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0;
}

.testimonial-header div{
    margin: 0;
}

.testimonial-content {
  height: 300px;
  background-color: var(--dark-blue);
  color: #fff;
  padding: 2rem;
  border-radius: 1.5rem;
  margin-top: 1rem;
}

.testimonial-content p{
    font-size: 14px;
    font-weight: 100;
}

.parent {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.parent span{
    font-style: italic;
    color: var(--orange);
    margin: 0;
}


@media (max-width: 768px) {
    .testimonial-section{
        padding: 0 20px;
    }
  .swiper-slide {
    max-width: 100%;
    margin: 0;
  }

  .testimonial-content{
    height: 300px;
  }

}
