.testimonials {
  margin-bottom: 40px;
}

.testimonials .testimonials-title.testimonials-title-custom {
  margin-bottom: 64px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .testimonials .testimonials-title.testimonials-title-custom {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .testimonials .testimonials__inner {
    visibility: visible;
  }
}
@media only screen and (min-width: 768px) {
  .testimonials .splide__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 60px;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}
@media only screen and (max-width: 1439px) {
  .testimonials .splide__list {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .testimonials .splide__list {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials .splide__list {
    row-gap: 0;
    grid-gap: 0;
  }
}
.testimonials .testimonials__item-title {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1212px) {
  .testimonials .testimonials__item-title {
    margin-bottom: 31px;
  }
}
.testimonials .testimonials__item-description {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1212px) {
  .testimonials .testimonials__item-description {
    margin-bottom: 31px;
  }
}
.testimonials .testimonials__item-name {
  margin-bottom: 5px;
}

@media only screen and (max-width: 1212px) {
  .testimonials .testimonials__item-name {
    margin-bottom: 2px;
  }
}
.testimonials .testimonials__item-position {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1212px) {
  .testimonials .testimonials__item-position {
    margin-bottom: 31px;
  }
}
.testimonials .testimonials__item-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 190px;
  height: 90px;
}

@media only screen and (max-width: 1212px) {
  .testimonials .testimonials__item-logo {
    height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials .testimonials__item-logo {
    width: 180px;
    height: 60px;
  }
}
.testimonials .testimonials__item-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.testimonials .testimonials__pagination {
  margin-top: 150px;
}

@media only screen and (max-width: 1212px) {
  .testimonials .testimonials__pagination {
    margin-top: 125px;
  }
}
.testimonials .main-button {
  margin-top: 34px;
}

.testimonials .testimonials__arrows {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .testimonials .testimonials__arrows {
    display: none;
  }
}
.testimonials .slider-button-next,
.testimonials .slider-button-prev {
  position: relative;
}