.article-reviews {
  margin-top: 40px;
}

.article-reviews__box {
  width: 100%;
  padding: 34px 38px 38px;
  background: #ffffff;
  border-radius: 16px;
}

.article-reviews__title {
  position: relative;
  margin: 0 0 32px !important;
  padding-bottom: 18px !important;
  color: #454c52;
  font-weight: 800;
  text-align: left;
}

.article-reviews__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 4px;
  border-radius: 4px;
  background: #da7d40;
}

.article-reviews .slider-reviews.article-reviews__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-color: #c7d1dc #eef3f8;
  scrollbar-width: auto;
  -webkit-overflow-scrolling: touch;
}

.article-reviews .slider-reviews.article-reviews__list::-webkit-scrollbar {
  height: 12px;
}

.article-reviews .slider-reviews.article-reviews__list::-webkit-scrollbar-track {
  background: #eef3f8;
  border-radius: 999px;
}

.article-reviews .slider-reviews.article-reviews__list::-webkit-scrollbar-thumb {
  background: #c7d1dc;
  border: 3px solid #eef3f8;
  border-radius: 999px;
}

.article-reviews .slider-reviews.article-reviews__list::-webkit-scrollbar-thumb:hover {
  background: #aebdca;
}

.article-reviews .slider-reviews .item.article-reviews__item {
  display: flex;
  flex-direction: column;
  flex: 0 0 clamp(360px, 32vw, 420px);
  min-height: 260px;
  padding: 22px;
  background: #f2f6fb;
  border: 1px solid #dbe8f0;
  border-radius: 16px;
  box-shadow: none;
  scroll-snap-align: start;
}

.article-reviews__text {
  color: #454c52;
  font-size: 16px;
  line-height: 1.55;
}

.article-reviews .slider-reviews__text p {
  margin: 0;
  color: inherit;
}

.article-reviews .slider-reviews__more.article-reviews__more {
  align-self: flex-start;
  margin-top: 12px;
  color: #5a9aae;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
}

.article-reviews .slider-reviews__more.article-reviews__more:hover {
  color: #0c5674;
}

.article-reviews .slider-reviews__profile.article-reviews__profile {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin-top: auto;
  padding-top: 22px;
}

.article-reviews .slider-reviews__profile-name.article-reviews__name {
  width: auto;
  margin: 0;
  color: #263f52;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
}

.article-reviews .slider-reviews__profile-rating.article-reviews__rating {
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
  width: auto;
  color: #da7d40;
}

.article-reviews .slider-reviews__profile-rating.article-reviews__rating i {
  color: #da7d40;
}

@media (max-width: 991.98px) {
  .article-reviews__box {
    padding: 28px;
  }
}

@media (max-width: 925.98px) {
  .article-reviews {
    display: none;
  }
}
