.reviews {
  position: relative;
}
@media (min-width: 768px) {
  .reviews .section-headline__headline {
    width: 40%;
  }
}
.reviews .section-headline__image {
  width: 18%;
  text-align: right;
}
.reviews .section-headline__image .section-image {
  max-width: 148px;
}
.reviews .section-headline__buttons {
  display: flex;
  gap: 1rem;
}
@media (min-width: 768px) {
  .reviews .section-headline__buttons {
    width: 23.5%;
  }
}
@media (min-width: 1024px) {
  .reviews .section-headline__buttons {
    justify-content: flex-end;
  }
}
.reviews .section-headline__buttons .btn {
  width: 3rem;
  height: 3rem;
  padding: 0;
  position: relative;
}
.reviews .section-headline__buttons .btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.reviews .section-headline__buttons .btn.custom-prev svg {
  transform: translate(-50%, -50%) scale(-1, 1);
}
.reviews__wrap {
  margin-top: 3.5rem;
  position: relative;
  margin: 3.5rem auto 0;
}
@media (min-width: 768px) {
  .reviews__wrap:before, .reviews__wrap:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 15rem;
    top: 0;
    z-index: 5;
  }
}
.reviews__wrap:before {
  background: #02031E;
  background: linear-gradient(90deg, rgb(2, 3, 30) 0%, rgba(2, 3, 30, 0) 100%);
  left: 0;
}
.reviews__wrap:after {
  background: #02031E;
  background: linear-gradient(270deg, rgb(2, 3, 30) 0%, rgba(2, 3, 30, 0) 100%);
  right: 0;
}
.reviews__wrap .slick-track {
  display: flex;
  gap: 1.2rem;
  padding-top: 1.5rem;
}
.reviews__item {
  position: relative;
  background: rgba(52, 52, 75, 0.6);
  border-radius: 1.5rem;
  padding: 3.5rem 2.5rem 2.5rem;
}
@media (min-width: 768px) {
  .reviews__item {
    width: 25.8rem;
  }
}
.reviews__item:before {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  left: 2.5rem;
  top: 0;
  transform: translateY(-50%);
  background-image: url(./images/quote.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.reviews__item h4 {
  margin-bottom: 1.4rem;
}
.reviews__item .line {
  display: block;
  height: 2px;
  max-width: 17.5rem;
  background: #ffffff;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.4;
  margin-bottom: 1.5rem;
}
.reviews .red-blur {
  position: absolute;
}
.reviews .red-blur.figure1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.block-editor-block-list__block .reviews__wrap {
  display: flex;
  justify-content: space-around;
}
.block-editor-block-list__block .reviews__item {
  width: 25%;
  display: none;
}
.block-editor-block-list__block .reviews__item:nth-child(1), .block-editor-block-list__block .reviews__item:nth-child(2), .block-editor-block-list__block .reviews__item:nth-child(3) {
  display: block;
}/*# sourceMappingURL=styles.css.map */