.section-appReviews .appReviews__content {
  max-width: 1058px;
  margin: 45px auto;
  padding: 0 15px;
  position: relative;
}
.section-appReviews .appReviews__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.section-appReviews .appReviews__item {
  padding: 30px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  width: 190px;
}
.section-appReviews .appReviews__item.top {
  position: relative;
  top: 7px;
}
.section-appReviews .appReviews__item__rate.top {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.section-appReviews .appReviews__item__rate.top svg {
  width: 13px;
  height: 12px;
}
.section-appReviews .appReviews__item__rate svg {
  width: 97px;
  height: 16px;
}
.section-appReviews .appReviews__item__rate p {
  font-size: 12px;
  font-weight: 800;
  color: var(--color-mustard);
  margin: 0;
}
.section-appReviews .appReviews__item__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin: 3px 0 0 0;
  text-align: center;
  letter-spacing: 0.3px;
  color: var(--color-blue-darker);
}
.section-appReviews .appReviews__item__description {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  margin: 4px 0 0 0;
  text-align: center;
  letter-spacing: 0.14px;
  color: rgba(32, 28, 68, 0.6);
}
/*# sourceMappingURL=section-appreviews.css.map */
