.rs-features {
  background-color: #f6f1de;
  position: relative;
  padding: 100px 0px;
}

@media (max-width: 1920px) {
  .rs-features {
    padding: calc(40px + (100 - 40) * ((100vw - 320px) / (1920 - 320))) 0px;
  }
}

.rs-features__slider {
  margin-top: 36px;
}

@media (max-width: 1920px) {
  .rs-features__slider {
    margin-top: calc(20px + (36 - 20) * ((100vw - 320px) / (1920 - 320)));
  }
}

@media (max-width: 540px) {
  .rs-features__slider {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 993px) {
  .rs-features__controls {
    display: none;
  }
}

@media (min-width: 993px) {
  .rs-features__swiper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 30px;
            column-gap: 30px;
    row-gap: 40px;
  }
}

.rs-features__item {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.rs-features__img {
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.rs-features__img svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.rs-features__description {
  margin-top: 12px;
}

.rs-features__description h3 {
  margin-bottom: 6px;
}

.rs-features__description p {
  line-height: 22px;
}
