.rs-support {
  padding: 60px 0px;
  background: #e3edca;
}
@media (max-width: 991.98px) {
  .rs-support {
    padding: 40px 0px;
  }
}
.rs-support__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;
  margin: 18px -15px -15px;
}
@media (max-width: 767.98px) {
  .rs-support__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 30px 0px 0px;
  }
}
.rs-support__item {
  margin: 15px;
  width: 100%;
  max-width: 304px;
}
@media (max-width: 767.98px) {
  .rs-support__item {
    max-width: 100%;
    margin: 0;
  }
  .rs-support__item:not(:last-child) {
    margin: 0px 0px 30px 0px;
  }
}
.rs-support__img {
  width: 40px;
  height: 40px;
  margin-bottom: 17px;
}
@media (max-width: 767.98px) {
  .rs-support__img {
    margin-bottom: 10px;
  }
}
.rs-support__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.rs-support__description h6 {
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .rs-support__description h6 {
    margin-bottom: 5px;
  }
}
.rs-support__description a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 17px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-bottom: 5px;
  border-bottom: 1px solid #212121;
}
@media (max-width: 991.98px) {
  .rs-support__description a {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .rs-support__description a {
    margin-top: 10px;
  }
}