.reviews {
  margin: 67.5px 0 0 0;
  padding: 0 14px 27px 14px;
}
@media (min-width: 992px) {
  .reviews {
    margin: 96px 0 0 0;
    padding: 0 81px 45px 81px;
  }
}
.reviews__title {
  display: block;
  text-align: center;
}
.reviews > p {
  display: none;
}
@media (min-width: 992px) {
  .reviews > p {
    display: block;
    margin: 45px 0 0 0;
    color: var(--Base-02);
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
  }
}
.reviews__container {
  margin: 27px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 992px) {
  .reviews__container {
    margin: 45px 0 0 0;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    gap: 72px;
  }
}

.review {
  border-radius: 12px;
  border: 1px solid #20A6B3;
  padding: 19px 20px;
  text-decoration: none;
  align-self: stretch;
}
@media (min-width: 992px) {
  .review {
    flex: 1;
  }
}
.review__header {
  display: flex;
  align-items: center;
  gap: 9px;
}
.review__author-photo {
  display: block;
  width: 36px;
  height: 36px;
}
.review__rating {
  display: flex;
  align-items: center;
  gap: 5px;
}
.review__author-name {
  margin: 6px 0 0 0;
  color: #727272;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.review__text {
  margin: 15px 0 0 0;
  color: var(--Base-02, #090914);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  height: 180px;
  overflow: hidden;
}
.review__text--open {
  height: auto;
}
.review__visual {
  margin: 17px 0 0 0;
}
.review__visual img {
  border-radius: 8px;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 245/172;
}
.review__see-more {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  margin: 15px 0 0 0;
  text-align: center;
  display: none;
  width: 100%;
  color: var(--GRIS_FONC);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.review__see-more:hover {
  text-decoration: underline;
}
.review__see-more--visible {
  display: block;
}
.review--max-width {
  max-width: 380px;
}

/*# sourceMappingURL=style.css.map */
