.benefits {
  margin: 60px 0
}
.benefits__title {
  font-size: 36px;
  line-height: 38px;
  letter-spacing: -1.44px;
  margin-bottom: 20px
}
.benefits__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px
}
.benefits__item {
  width: calc(25% - 28px);
  margin: 0 14px;
  padding: 20px;
  background-color: #ebf0e6;
  display: flex;
  flex-direction: column;
  align-items: start
}
.benefits__icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin-bottom: 20px
}
.benefits__icon img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.benefits__text {
  font-size: 15px;
  line-height: 18px;
  font-weight: 300
}
.benefits__text span {
  color: #5b9118
}
@media (max-width:1200px) {
  .benefits__row {
    margin: -10px -5px 0
  }
  .benefits__item {
    width: calc(50% - 10px);
    margin: 10px 5px 0
  }
}
@media (max-width:1100px) {
  .benefits__title {
    font-size: 30px;
    line-height: 32px
  }
}
@media (max-width:768px) {
  .benefits {
    margin: 30px 0
  }
  .benefits__item {
    padding: 10px 10px 24px;
    align-items: center
  }
  .benefits__icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-bottom: 10px
  }
  .benefits__text {
    font-size: 14px;
    line-height: 100%;
    text-align: center
  }
}
@media (max-width:767px) {
  .benefits__title {
    font-size: 20px;
    line-height: 100%
  }
}