.testimonials {
  position: relative;
  padding: 120px 0px 60px;
}
.testimonials:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 220px;
  height: 100%;
  background: linear-gradient(90deg, #16171B, transparent);
  z-index: 9;
}
@media (max-width: 768px) {
  .testimonials:before {
    display: none;
  }
}
.testimonials:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 220px;
  height: 100%;
  background: linear-gradient(-90deg, #16171B, transparent);
  z-index: 9;
}
@media (max-width: 768px) {
  .testimonials:after {
    display: none;
  }
}
.testimonials .testimonials_wrapper .testimonials_wrapper__title h2 {
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px;
}
.testimonials .testimonials_wrapper .testimonials_wrapper__content .mobile_slider {
  display: none;
}
.testimonials .testimonials_wrapper .testimonials_wrapper__content .mobile_slider .slider_navs {
  position: relative;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-top: 30px;
  bottom: 0px;
  z-index: 9;
  display: flex;
}
.testimonials .testimonials_wrapper .testimonials_wrapper__content .mobile_slider .slider_navs .reviews_mobile_swiper__pagination {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.testimonials .testimonials_wrapper .testimonials_wrapper__content .mobile_slider .slider_navs .reviews_mobile_swiper__pagination .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.testimonials .testimonials_wrapper .testimonials_wrapper__content .mobile_slider .slider_navs .reviews_mobile_swiper__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FBB900;
}
@media (max-width: 768px) {
  .testimonials .testimonials_wrapper .testimonials_wrapper__content .right_to_left,
  .testimonials .testimonials_wrapper .testimonials_wrapper__content .right_to_left-2,
  .testimonials .testimonials_wrapper .testimonials_wrapper__content .left_right {
    display: none;
  }
  .testimonials .testimonials_wrapper .testimonials_wrapper__content .mobile_slider {
    display: block;
  }
}
.testimonials .testimonials_wrapper .testimonials_wrapper__content .content_list {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  margin-bottom: 12px;
  transition-timing-function: linear !important;
  animation-iteration-count: infinite;
}
.testimonials .testimonials_wrapper .testimonials_wrapper__content .content_list .content_list__element {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  flex: 1 350px;
  min-width: 354px;
  background: #1E2228;
  border-radius: 10px;
  padding: 30px 24px;
  transition-duration: 0ms !important;
}
@media (max-width: 480px) {
  .testimonials .testimonials_wrapper .testimonials_wrapper__content .content_list .content_list__element {
    min-width: 280px;
    padding: 18px;
  }
}
.testimonials .testimonials_wrapper .testimonials_wrapper__content .content_list .content_list__element .content_list__element_desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}
.testimonials .testimonials_wrapper .testimonials_wrapper__content .content_list .content_list__element .content_list__element_meta {
  display: flex;
  align-items: stretch;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.testimonials .testimonials_wrapper .testimonials_wrapper__content .content_list .content_list__element .content_list__element_meta .meta_image {
  max-width: 40px;
}
.testimonials .testimonials_wrapper .testimonials_wrapper__content .content_list .content_list__element .content_list__element_meta .meta_author .name {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .testimonials .testimonials_wrapper .testimonials_wrapper__content .content_list .content_list__element .content_list__element_meta .meta_author .name {
    font-size: 12px;
  }
}
.testimonials .testimonials_wrapper .testimonials_wrapper__content .content_list .content_list__element .content_list__element_meta .meta_author .time {
  font-size: 14px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .testimonials .testimonials_wrapper .testimonials_wrapper__content .content_list .content_list__element .content_list__element_meta .meta_author .time {
    font-size: 12px;
  }
}
.testimonials .testimonials_wrapper .testimonials_wrapper__content .reviews_content__button {
  position: relative;
  overflow: hidden;
  padding-bottom: 35px;
}
.testimonials .testimonials_wrapper .testimonials_wrapper__content .reviews_content__button a {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 0;
}
.testimonials .testimonials_wrapper .testimonials_wrapper__content .reviews_content__button a span::before, .testimonials .testimonials_wrapper .testimonials_wrapper__content .reviews_content__button a span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 720px;
  height: 1px;
  background-color: #373B41;
  border-top: 1px dashed #373B41;
  z-index: -1;
}
.testimonials .testimonials_wrapper .testimonials_wrapper__content .reviews_content__button a span::before {
  left: -80px;
  margin-right: 10px;
  transform: translateX(-100%);
}
@media (max-width: 768px) {
  .testimonials .testimonials_wrapper .testimonials_wrapper__content .reviews_content__button a span::before {
    left: -30px;
  }
}
.testimonials .testimonials_wrapper .testimonials_wrapper__content .reviews_content__button a span::after {
  right: -80px;
  margin-left: 10px;
  transform: translateX(100%);
}
@media (max-width: 768px) {
  .testimonials .testimonials_wrapper .testimonials_wrapper__content .reviews_content__button a span::after {
    right: -30px;
  }
}
