.feature-simple + .feature-simple {
  margin-top: 35px;
}

.feature-simple {
  display: flex;
  align-items: center;
}

.feature-simple .feature__icon {
  width: 51px;
  text-align: center;
  flex-shrink: 0;
  margin-right: 15px;
}

.feature-simple .feature__title {
  font-size: 22px;
  color: #696969;
  line-height: 1.35;
}

.feature-simple .feature__title span {
  display: block;
  text-transform: uppercase;
  color: #68a500;
  font-weight: 900;
}

.feature-simple--alt .feature__title {
  font-size: 27px;
  color: #fff;
}

.feature-simple--alt .feature__icon {
  width: 85px;
}

@media(max-width: 1023px) {
  .feature-simple .feature__title {
    font-size: 18px;
  }

  .feature-simple .feature__icon {
    width: 45px;
  }
}

@media(max-width: 767px) {
  .feature-simple .feature__icon {
    width: 40px;
  }

  .feature-simple .feature__title {
    font-size: 14px;
  }
}