.rs-features {
  margin-top: 193px;
}
@media (max-width: 1920px) {
  .rs-features {
    margin-top: calc(90px + 113*(100vw - 320px) / 1600);
  }
}
.rs-features__wrapper {
  margin-top: 55px;
}
@media (max-width: 1920px) {
  .rs-features__wrapper {
    margin-top: calc(40px + 15 * (100vw - 320px) / 1600);
  }
}
.rs-features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}
@media (max-width: 1920px) {
  .rs-features__list {
    margin: calc(-20px + 5 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 991.98px) {
  .rs-features__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.rs-features__block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 390px;
  padding: 15px;
  margin-bottom:  20px;
}
@media (max-width: 1920px) {
  .rs-features__block {
    padding: calc(20px + -5 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 991.98px) {
  .rs-features__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 767.98px) {
  .rs-features__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .rs-features__item {
    /* display: -webkit-box; */
    /* display: -ms-flexbox; */
    /* display: flex; */
    /* -webkit-box-orient: horizontal; */
    /* -webkit-box-direction: reverse; */
        /* -ms-flex-direction: row-reverse; */
            /* flex-direction: row-reverse; */
    /* -webkit-box-align: center; */
        /* -ms-flex-align: center; */
            /* align-items: center; */
    /* -webkit-box-pack: justify; */
        /* -ms-flex-pack: justify; */
            /* justify-content: space-between; */
  }
}
@media (max-width: 991.98px) {
  .rs-features__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    margin-left: 0;
	min-height: 120px;
	margin-bottom:  10px;
  }
}
@media (min-width: 991.98px) {
  .rs-features__desc {
    margin-top: 32px;
  }
}
@media (min-width: 991.98px) and (max-width: 1920px) {
  .rs-features__desc {
    margin-top: calc(20px + 12 * (100vw - 991.98px) / 928.02);
  }
  .rs-features__icon  {
	  min-height:  119px;
  }
}
.rs-features__desc h3 {
  font-weight: 300;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform:  none;
  font-family: "Lato", sans-serif;
}
@media (max-width: 1920px) {
  .rs-features__desc h3 {
    font-size: calc(24px + 8 * (100vw - 320px) / 1600);
  }
}
.rs-features__desc p,
.rs-features__desc a p {
  margin-top: 4px;
  font-weight: 300;
  font-size: 21px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.8);
  text-transform:  none;
  font-family: "Lato", sans-serif;
}
@media (max-width: 1920px) {
  .rs-features__desc p,
.rs-features__desc a p  {
    font-size: calc(16px + 5 * (100vw - 320px) / 1600);
    margin-top: calc(8px + -4 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1640px)  {
	.rs-education__wrapper2 .rs-features__list  {
		justify-content: flex-start;
	}
	.rs-education__wrapper2 .rs-features__block  {
		margin-right: 36px;
	}
	.rs-education__wrapper2 .rs-features__block:nth-child(4),
	.rs-education__wrapper2 .rs-features__block:nth-child(8)	{
		margin-right: 0;
	}
}