@media screen and (min-width: 320px) {
  .reviews-title-container {
    background-color: #000;
    color: #fff;
    height: 40px;
    margin-top: 4em;
    padding-inline: 5%;
    position: relative;
    width: 100%;
  }
  .reviews-title-container h2 {
    font-size: 2.5em;
    line-height: 0.7;
    margin-block: 0;
    position: absolute;
    top: -15px;
  }
  .reviews {
    color: #fff;
    padding-inline: 5%;
    width: 100%;
  }
  .reviews__content-container {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .reviews__item-container {
    font-size: 24px;
    margin-block: 1em 1.7em;
    position: relative;
    width: 85%;
  }
  .reviews__item-container_clip-path {
    background-color: #181819;
    border: 1px solid #fff;
    clip-path: polygon(75% 0%, 100% 25%, 100% 100%, 0% 100%, 0% 0%);
    height: 100%;
    padding: 45px 45px 25px 15px;
    width: 100%;
  }
  .reviews__quotes-container {
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
  }
  .reviews__quotes-container img {
    height: inherit;
    width: inherit;
  }
  .reviews__sign {
    font-size: 18px;
    font-weight: 400;
    text-align: end;
  }
  .reviews__sign span {
    color: #2272ff;
    font-size: 24px;
    font-weight: 600;
  }
  .reviews__sign_white {
    color: #fff !important;
  }
}
@media screen and (min-width: 480px) {
  .reviews__item-container {
    width: 65%;
  }
}
@media screen and (min-width: 640px) {
  .reviews-title-container {
    height: 90px;
  }
  .reviews-title-container h2 {
    font-size: 8em;
    top: -55px;
  }
  .reviews {
    margin-bottom: 2em;
  }
  .reviews__content-container {
    justify-content: space-between;
  }
  .reviews__item-container {
    width: 48%;
  }
  .reviews__item-container_clip-path {
    padding: 75px 75px 45px 25px;
  }
  .reviews__quotes-container {
    width: 55px;
    right: 30px;
    width: 55px;
  }
}
@media screen and (min-width: 992px) {
  .reviews__item-container {
    margin-block: 2em 4em;
    width: 32%;
  }
}/*# sourceMappingURL=reviews.css.map */