.advantages {
  margin-bottom: 75px;
}

.advantages__title {
  color: #fff;
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 20px;
}

.advantages__description {
  width: 50%;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

.advantages__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.advantages__items .advantage__item {
  margin-right: 20px;
  width: 24.9%;
}
.advantages__items .advantage__item:last-child {
  margin-right: 0;
}
.advantages__items .advantage__item .advantage__item-image {
  width: 100%;
  margin-bottom: 15px;
}
.advantages__items .advantage__item .advantage__item-title {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}
.advantages__items .advantage__item .advantage__item-description {
  line-height: 21px;
  color: #AD94C7;
  font-weight: 400;
  font-size: 14px;
}