.testimonial-slide {
    padding: 20px;
  }

  .testimonial-box {
    background: #fff;
    border:dashed 1px #ED321E;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    text-align: center;
    justify-items: center;
  }

  .testimonial-box img {
    max-width: 60px;
    margin-bottom: 15px;
  }

  .author {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 15px;
    justify-content: center;
  }

  .author img {
    width: 50px;
    border-radius: 50%;
  }

.slick-prev,
.slick-next {
  display: none !important;
}

  .author h3 {
    margin: 0;
    font-size: 16px;
  }

  .author p {
    margin: 0;
    font-size: 14px;
    color: #555;
  }

