.advantages {
  background-color: #ecf7fb;
  margin-top: 100px;
  font-family: 'Roboto Light', sans-serif;
  padding-bottom: 60px;
  padding-top: 64px;
}

.advantages-block {
  position: relative;
  z-index: 10;
}

.advantages-block:after {
  content: '';
  position: absolute;
  width: 345px;
  height: 345px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.4;
  top: -61px;
  left: -102px;
  z-index: 0;
}

.advantages-block__img {
  width: 117px;
  height: 117px;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

.advantages-block__img img {
  width: 46px;
  height: 46px;
}

.advantages-block:nth-child(2) .advantages-block__img img {
  width: 32px;
  height: 25px;
}

.advantages-block:nth-child(2) .advantages-block__text {
  width: 278px;
}

.advantages-block:nth-child(3) .advantages-block__img img {
  width: 43px;
  height: 44px;
}

.advantages-block__title {
  position: relative;
  z-index: 10;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
  color: #798da2;
  width: 248px;
  display: inline-block;
}

.advantages-block__text {
  position: relative;
  z-index: 10;
  font-size: 14px;
  line-height: 21px;
  display: block;
  width: 298px;
  color: #000;
}

@media (max-width: 992px) {
  .advantages-block:after {
    display: none;
  }
  .advantages-block__title {
    width: auto;
  }
  .advantages-block__text {
    width: 100%;
  }
  .advantages-block:nth-child(2) .advantages-block__text {
    width: 100%;
  }
}
/*# sourceMappingURL=advantages.css.map */