.swiper-button-prev, .swiper-button-next {
    width: 60px;
    height: 60px;
    box-shadow: 0 0 18px rgba(58, 139, 209, 0.15);
    border: 1px solid rgba(58, 139, 209, 0.15);
    border-radius: 1000px;
    font-size: 16px !important;
    background-color: white;
    transition: all 0.3s ease-in-out;
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
    color: #369ffb;
    transition: all 0.3s ease-in-out;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #369ffb;
}

.swiper-button-next:hover::after, .swiper-button-prev:hover::after {
    color: white;
}

.swiper-button-prev {
    margin-left: 18px;
}

.swiper-button-next {
    margin-right: 18px;
}

.opinions-slider {
    position: relative;
    overflow: hidden;
    padding-bottom: 24px;
}

.opinions-slider .h2 {
  margin-bottom: -18px;
  color: #369ffb;
  font-size: 36px;
  margin-top: 0;
}


.opinions-slider .bottom .col {
    position: relative;
    width: calc(100% + 36px);
    margin: -18px;
    padding-left: 84px;
    padding-right: 84px;
} 

.opinions-slider .bottom .col::before, .opinions-slider .bottom .col::after {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 100%;
    left: 0;
    z-index: 2;
    top: 9px;
}

.opinions-slider .bottom .col::before {
    background: linear-gradient(to right,  rgba(255,255,255,1) 85%,rgba(255,255,255,0) 100%);
}

.opinions-slider .bottom .col::after {
    left: auto;
    right: 0;
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 15%);
}

.swiper {
    padding: 9px;
}

.opinions-slider .swiper-slide {
    padding: 9px;
}

.opinions-slider .card {
    padding: 18px;
    padding-left: 64px;
    padding-right: 64px;
}

.opinions-slider .swiper-slide {
    opacity: 1;
}

.opinions-slider .img {
    width: 100%;
    height: 50px;
    margin-bottom: 12px;
    margin-top: 12px;
}

.opinions-slider .img img {
    height: 50px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.opinions-slider .text p {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
  color: #01162b;
  margin-bottom: 18px;
  font-weight: 400;
  height: 120px;
}

.opinions-slider .text .h4 {
    margin: 0;
    font-size: 20px;
    margin-bottom: 6px;
}

.opinions-slider .text .h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 12px;
}

.opinions-slider .stars {
    position: absolute;
    bottom: 36px;
    right: 36px;
    display: flex;
}

.stars .star {
    fill: #fcb109;; 
    stroke: #fcb109;; 
    width: 20px;
    height: 20px;
}

.stars.starts4 .star:nth-child(1), .stars.starts3 .star:nth-child(1), .stars.starts2 .star:nth-child(1), .stars.starts1 .star:nth-child(1) {
    display: none;
}

.stars.starts3 .star:nth-child(2), .stars.starts2 .star:nth-child(2), .stars.starts1 .star:nth-child(2) {
    display: none;
}

.stars.starts2 .star:nth-child(3), .stars.starts1 .star:nth-child(3) {
    display: none;
}

.stars.starts1 .star:nth-child(4) {
    display: none;
}

@media screen and (max-width: 1920px) {
    .opinions-slider .card {
        padding-left: 36px;
        padding-right: 36px;
    }

    .opinions-slider .text p {
        height: auto;
        -webkit-line-clamp: 7;
    }

}

@media screen and (max-width: 1600px) {
    .opinions-slider .text p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1280px) {
    .opinions-slider .text .h4 {
        font-size: 18px;
    }

    .opinions-slider .text .h5 {
        font-size: 16px;
    }
} 


@media screen and (max-width: 890px) {
  .opinions-slider .card {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 36px;
  }

  .opinions-slider .img {
    height: 40px;
  }

  .opinions-slider .img img { 
    height: 40px;
  }

  .opinions-slider .stars {
    right: 18px;
    bottom: 24px;
  }

  .opinions-slider .bottom .col {
  position: relative;
  width: calc(100% + 18px);
  margin: -9px;
  padding-left: 0;
  padding-right: 0;
  }


  .opinions-slider .bottom .col::before, 
  .opinions-slider .bottom .col::after {
      display: none;
  }

  .swiper-button-prev {
    margin-left: -12px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-right: 6px;
  }

  .swiper-button-next {
    margin-right: -12px;
    padding-left: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .swiper-button-prev, .swiper-button-next {
  width: 40px;
  height: 80px;
  margin-top: -40px;
  }

  .opinions-slider .card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .opinions-slider .text p {
    -webkit-line-clamp: 7;
    font-size: 13px;
    height: auto;
    
  }

  .opinions-slider .stars {
    right: 24px;
    bottom: 24px;
  }

  .opinions-slider {
    padding-bottom: 0;
  }

  .opinions-slider .h2 {
   font-size: 25px;
    margin-bottom: -18px;
    margin-top: 6px;
  }
}

