.reviews-slider-wrapper {
  margin-top: 140px;
}
.reviews-slider-wrapper h2 {
  font-family: var(--raleway);
  font-weight: 500;
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: 0%;
  margin: 0;
}
.reviews-slider-wrapper h2 a {
  text-decoration: none;
}
.owl-carousel-reviews {
  margin: 40px 0;
}
.review_title {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #313131;
  margin-top: 25px;
  display: block;
}
.preview_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  margin-top: 15px;
}
.bottom-reviews {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #3131311a;
  align-items: center;

  border-bottom: 1px solid #3131311a;
}
.bottom-reviews .bottom-reviews-description {
  max-width: 700px;
  display: flex;
  flex-direction: column;
}
.bottom-reviews .bottom-reviews-description {
  max-width: 700px;
  display: flex;
  flex-direction: column;
}
.bottom-reviews .bottom-reviews-description .title-descr {
  font-family: var(--raleway);
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
}
.bottom-reviews .bottom-reviews-description .descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-top: 15px;
}
.bottom-reviews .black-btn {
  max-width: 135px;
  height: 55px;
  opacity: 1;
  border-radius: 8px;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  background: #313131;
  color: #fff;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.bottom-reviews .black-btn:hover {
    color: #ffffff;
    opacity: 0.8;
}




@media screen and (max-width: 991px) {
  .bottom-reviews {
    flex-direction: column;
    gap: 15px;
    align-items: start;
  }
}
@media screen and (max-width: 575px) {
  .bottom-reviews .black-btn {
    max-width: unset;
    width: 100%;
  }
}
