.offer-value {
  padding: 5rem 0 6.5rem;
  color: #000;
}

.offer-value .section-title {
  margin-bottom: 3rem;
}

.offer-value__text {
  font-size: 1.6rem;
  line-height: 1.56;
  margin-bottom: 3rem;
  font-family: 'Roboto', sans-serif;
}

.offer-value__list {
  list-style: none;
}

.offer-value__item {
  text-align: center;
  margin-bottom: 3.5rem;
}

.offer-value__item:last-of-type {
  margin-bottom: 0;
}

.offer-value__img {
  margin-bottom: 2rem;
}

.offer-value__title {
  font-family: 'Roboto', sans-serif;
  line-height: 1.25;
  font-size: 2rem;
  width: 100%;
  display: inline-block;
  margin-bottom: 1rem;
}

.offer-value__text {
  font-family: 'Roboto', sans-serif;
  color: #757575;
  line-height: 1.56;
  font-size: 1.6rem;
  padding: 0 3rem;
}

.offer-value__icon {
  width: 7.5rem;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 600px) {
  .offer-value__text {
    width: 80%;
    text-align: center;
    margin: 0 auto 3rem;
  }

  .offer-value__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .offer-value__item {
    width: 40%;
  }

  .offer-value__text {
    max-width: 35rem;
    margin: 0 auto;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .offer-value__item {
    width: 33%;
  }

  .offer-value__item:nth-child(4) {
    margin-left: auto;
  }

  .offer-value__item:nth-child(5) {
    margin-right: auto;
  }
}

@media only screen and (min-width: 1280px) {
  .offer-value {
    padding: 0 0 7.5rem;
  }

  .offer-value .section-title {
    margin-bottom: 4rem;
  }

  .offer-value__icon {
    width: 12.5rem;
  }

  .offer-value__title {
    margin-bottom: 2.5rem;
    font-size: 2.1rem;
  }
}