.rs-quotes._items-center .rs-quote__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rs-quotes .rs-quote {
  background: #f5f5f5;
  border-radius: 24px;
  padding: 24px;
}
.rs-quotes .rs-quote__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .rs-quotes .rs-quote__item {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.rs-quotes .rs-quote__item h4 {
  margin-bottom: 16px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
}
@media (max-width: 1920px) {
  .rs-quotes .rs-quote__item h4 {
    font-size: calc(16px + 6 * (100vw - 320px) / 1600);
    line-height: calc(20px + 6 * (100vw - 320px) / 1600);
  }
}
.rs-quotes .rs-quote__item h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
}
@media (max-width: 1920px) {
  .rs-quotes .rs-quote__item h5 {
    font-size: calc(16px + 2 * (100vw - 320px) / 1600);
    line-height: calc(25px + 2 * (100vw - 320px) / 1600);
  }
}
.rs-quotes .rs-quote__item p {
  line-height: 26px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 1920px) {
  .rs-quotes .rs-quote__item p {
    font-size: calc(14px + 2 * (100vw - 320px) / 1600);
    line-height: calc(24px + 2 * (100vw - 320px) / 1600);
  }
}
.rs-quotes .rs-quote__img {
  max-width: 56px;
  max-height: 56px;
  min-width: 56px;
  min-height: 56px;
  margin-right: 24px;
}
@media (max-width: 768px) {
  .rs-quotes .rs-quote__img {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.rs-quotes .rs-quote__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rs-quotes .rs-quote__text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 1920px) {
  .rs-quotes .rs-quote__text p {
    font-size: calc(14px + 2 * (100vw - 320px) / 1600);
    line-height: calc(20px + 2 * (100vw - 320px) / 1600);
  }
}
.rs-quotes .rs-quote:not(:last-child) {
  margin-bottom: 16px;
}