.review.side-arrow:has(+ .client-numbers) {
  margin-bottom: 0;
}

.review .list-wrapper {
  padding: 30px 20px;
  border-radius: 11px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 40px auto 0;
}

.review .list-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--quaternary_color);
  opacity: 0.15;
  z-index: -1;
}

.review .list-wrapper:before {
  content: '';
  position: absolute;
  width: 545px;
  right: 70px;
  bottom: -385px;
  opacity: 0.2;
  pointer-events: none;
  background: url(../../images/eSpark-logo-hex.svg) no-repeat 0 0 / 100% auto;
  height: 640px;
}

.review .left-part .image {
  transition: 0.8s;
  opacity: 0;
  transform: translate(0, 10px);
  height: 280px;
  width: 240px;
  margin: 0 auto;
}

.review .left-part .image>div {
  height: 100%;
}

.review .left-part [class*='button-'] {
  padding: 25px 0 0;
  transition: 0.8s;
  opacity: 0;
  transform: translate(0, -10px);
  transition-delay: 200ms;
  text-align: center;
}

.review .right-content {
  width: 100%;
  padding: 40px 0 0;
  margin: 30px 0 0;
  background: url(../../images/quote.svg) no-repeat 0px 0 / 40px;
}

.review .right-content .content {
  font-size: 20px;
  line-height: 32px;
  padding-bottom: 20px;
  transition: 0.8s;
  opacity: 0;
  transform: translate(0, 10px);
  font-weight: 400;
}

.review .right-content .post {
  transition: 0.8s;
  opacity: 0;
  transform: translate(0, 10px);
  transition-delay: 200ms;
  font-weight: 400;
}

.review .right-content .rating-box {
  display: flex;
  align-items: center;
  transition: 0.8s;
  opacity: 0;
  transform: translate(0, 10px);
  transition-delay: 400ms;
}

.review .right-content .rating-box img {
  display: block;
}

.review .right-content .rating-box .rating {
  display: flex;
  align-items: center;
  margin: 0 0 0 30px;
  font-size: 36px;
  font-weight: 400;
}

.review .right-content .rating-box .rating img {
  margin: 0 0 0px 20px;
}

.review .slick-current .left-part .image {
  opacity: 1;
  transform: scale(1) translate(0, 0);
}

.review .slick-current .left-part [class*='button-'] {
  opacity: 1;
  transform: scale(1) translate(0, 0);
}

.review .slick-current .right-content .content,
.review .slick-current .right-content .post,
.review .slick-current .right-content .rating-box {
  opacity: 1;
  transform: translate(0, 0);
}

.review .list-wrapper .slick-track {
  display: table;
}

.review .button-3 a .icon-dv,
.review .button-3 a:hover .icon-dv {
  background-position: -109px -108px;
}

@media (min-width: 768px) {
  .review .list-wrapper {
    padding: 60px;
  }

  .review .list-wrapper .list .inner-slider {
    display: block;
  }

  .review .right-content .content {
    font-size: 26px;
    line-height: 44px;
  }
}

@media (min-width: 992px) {
  .review .list-wrapper {
    border-radius: 31px;
  }

  .review .list-wrapper .slick-track .list.slick-slide {
    display: table-cell;
    vertical-align: middle;
    float: none;
    height: auto;
  }

  .review .list-wrapper .list .inner-slider {
    display: flex;
  }

  .review .left-part {
    width: 370px;
  }

  .review .right-content {
    width: calc(100% - 240px);
    padding: 0 0 0 80px;
    background-size: 70px;
    margin: 0 0 0 30px;
  }

  .review .right-content .post {
    padding-bottom: 25px;
  }

  .review .right-content .post {
    min-height: 90px;
  }
}

@media (min-width: 1200px) {
  .review .right-content {
    width: calc(100% - 400px);
  }

  .review .right-content .content {
    font-size: 36px;
    line-height: 46px;
  }
}

@media (min-width: 1430px) {
  .review.side-arrow:has(+ .client-numbers) {
    margin-bottom: 75px;
  }

  .review .list-wrapper {
    margin: 30px auto 0;
    padding: 70px 135px;
  }

  /* .review{padding:100px 0;} */
}

@media (max-width: 512px) {
  .review .section-title *:not(h2) {
    display: none;
  }


  .review .section-title h2 {
    margin-bottom: 0;
  }
}