.testimonial-box-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem;
  border: 1px solid #00000029;
  border-radius: 8px;
  width: 100%;
}

.testimonial-box-container p {
  font-size: 16px;
  line-height: 22px;
  color: #777777;
  height: 10rem;
}

.testimonial-name {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  color: #0047a9;
  width: 100%;
  align-items: center;
}
.testimonial-name img {
  height: 1.5rem;
  width: fit-content !important;
}

.testimonial-name h2 {
  font-size: 18px;
}

.testimonial-star {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  color: #777777;
  font-size: 18px;
  align-items: center;
}

.testimonial-star div {
  color: #ff8000;
  font-size: 20px;
}

@media (max-width: 1400px) {
  .testimonial-box-container p {
    font-size: 15px;
    line-height: 20px;
    height: 9rem;
  }
}

@media (max-width: 1280px) {
  .testimonial-box-container p {
    height: 10rem;
  }
}
@media (max-width: 1100px) {
  .testimonial-box-container p {
    height: 9rem;
  }
}

@media (max-width: 950px) {
  .testimonial-name img {
    height: 1.3rem;
  }
  .testimonial-name h2 {
    font-size: 16px;
  }
  .testimonial-box-container p {
    font-size: 14px;
    line-height: 16px;
  }
  .testimonial-star {
    font-size: 16px;
  }
  .testimonial-star div {
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  .testimonial-box-container p {
    height: 8rem;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 380px) {
  .testimonial-box-container p {
    height: 9rem;
  }
}
