testimonials-carousel {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  .swiper-slide {
    height: auto !important;
    .testimonial-slide-inner {
      height: 100%;
      padding: 1rem;
      border: 1px solid #9e9e9e;
      .heading {
        margin-bottom: 0.3rem;
      }
      .reviewed-product-name {
        margin: unset;
        margin-bottom: 1rem;
        opacity: 0.8;
        a {
          text-decoration: unset;
        }
      }
      .star-rating {
          margin-bottom: 1rem;
          line-height: 1;
        path {
          fill: #e5b412;
        }
      }
    }
  }
  .swiper-pagination {
    top: unset;
    bottom: 0;
    width: max-content;
    margin-inline: auto;
    z-index: unset;
    .swiper-pagination-bullet-active {
      background-color: #000000;
    }
  }
}
