.ben--width {
  max-width: 290px;
}
.ben__title {
  font-size: 35px;
  color: #0D79FA;
  margin-bottom: 15px;
}
.ben__content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ben__content--start {
  justify-content: flex-start;
}
.ben__img {
  flex-shrink: 0;
  margin-right: 20px;
}
.ben__highlight {
  font-size: 74px;
  line-height: 1.1;
}
.ben__highlight--sec {
  font-size: 64px;
}
.ben__desc {
  font-size: 24px;
  line-height: 1.3;
  text-align: left;
  margin-left: 15px;
}
.ben__desc--sec {
  font-size: 21px;
}
.ben__desc img {
  display: block;
}
.ben__bottom {
  font-size: 14px;
}
@media (max-width: 991px) {
  .ben--width {
    margin: auto;
  }
  .ben__content--start {
    justify-content: center;
  }
  .ben__bottom {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .ben__content {
    flex-direction: column;
  }
  .ben__img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .ben__highlight {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .ben__desc {
    text-align: center;
    margin-left: 0;
  }
  .ben__desc img {
    margin: auto;
  }
}
@media (max-width: 575px) {
  .ben__title {
    font-size: 30px;
  }
}
/*# sourceMappingURL=../maps/blocks/ben.css.map */
