.home-testimonials__wrapper {
  padding: 80px 125px;
  background: linear-gradient(103deg, #F8FAFB 0%, #E8F6FF 100%);
  border-radius: 6px;
}
@media (max-width: 920px) {
  .home-testimonials__wrapper {
    padding: 20px 20px 80px 20px;
  }
}
.home-testimonials-reviews {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 500px) {
  .home-testimonials-reviews {
    justify-content: center;
    margin-bottom: 40px;
  }
}
.home-testimonials-reviews .review-image {
  width: auto;
}
@media (max-width: 500px) {
  .home-testimonials-reviews .review-image {
    margin-left: 0 !important;
  }
}
.home-testimonials-reviews-item {
  flex: 0 1 auto;
}
.home-testimonials-reviews .stars {
  flex-basis: 100%;
}
@media (max-width: 500px) {
  .home-testimonials-reviews .stars {
    order: 2;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .home-testimonials-reviews .testimonials-slider-image {
    order: 3;
  }
}
.home-testimonials .short-testimonials__item {
  height: 344px;
}
.home-testimonials .short-testimonials__item-title {
  margin-bottom: 0;
}
.home-testimonials .testimonials-slider-title {
  font-size: 32px;
}
@media (max-width: 500px) {
  .home-testimonials .testimonials-slider-title {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .home-testimonials .testimonials-slider-subtitle {
    text-align: center;
  }
}
.home-testimonials .testimonials-slider .short-testimonials__item {
  background: #fff;
  margin-right: 20px;
  padding: 40px;
  border-radius: 6px;
}
@media (max-width: 500px) {
  .home-testimonials .testimonials-slider .short-testimonials__item {
    margin-right: 0;
  }
}
.home-testimonials .testimonials-slider .short-testimonials__item-title {
  font-size: 20px;
}
.home-testimonials .testimonials-slider .short-testimonials__item-text {
  font-size: 18px;
}
.home-testimonials .testimonials-slider .swiper {
  position: relative;
}
.home-testimonials .testimonials-slider .swiper .swiper-wrapper {
  display: flex;
  height: fit-content;
}
.home-testimonials .testimonials-slider .swiper .swiper-slide {
  flex: 0 0 auto;
  width: auto;
  height: inherit !important;
}
.home-testimonials .testimonials-slider .swiper .swiper-button-prev,
.home-testimonials .testimonials-slider .swiper .swiper-button-next {
  position: relative;
  z-index: 10;
  background: none;
  border: none;
  display: block;
  top: 18px;
}
.home-testimonials .testimonials-slider .swiper .swiper-button-prev i,
.home-testimonials .testimonials-slider .swiper .swiper-button-next i {
  font-size: 24px;
  color: #485e75;
}
.home-testimonials .testimonials-slider .swiper .swiper-button-prev svg,
.home-testimonials .testimonials-slider .swiper .swiper-button-next svg {
  height: 24px;
  fill: #485e75;
}
.home-testimonials .testimonials-slider .swiper ::after {
  display: none;
}
.home-testimonials .testimonials-slider .swiper .swiper-button-prev {
  left: 0;
  top: 40px;
}
@media (max-width: 500px) {
  .home-testimonials .testimonials-slider .swiper .swiper-button-prev {
    left: 43%;
    transform: translateX(-50%);
  }
}
.home-testimonials .testimonials-slider .swiper .swiper-button-next {
  left: 3rem;
}
@media (max-width: 500px) {
  .home-testimonials .testimonials-slider .swiper .swiper-button-next {
    left: 57%;
    transform: translateX(-50%);
  }
}
@media (max-width: 500px) {
  .home-testimonials .stars {
    text-align: center;
  }
  .home-testimonials .stars.alignleft {
    text-align: left;
  }
}
.home-testimonials .stars img {
  margin-left: 0 !important;
  height: 16px;
  width: max-content;
}