[data-component-name="value-proposition"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
@media only screen and (min-width: 769px) {
  [data-component-name="value-proposition"] {
    -ms-flex-wrap: initial;
        flex-wrap: initial;
    margin-bottom: 0;
  }
}
[data-component-name="value-proposition"] .item-props-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
@media only screen and (min-width: 769px) {
  [data-component-name="value-proposition"] .item-props-value {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    margin: 100px 0;
  }
}
[data-component-name="value-proposition"] .descr {
  font-size: 13px;
  width: 80%;
  line-height: 1.3;
  letter-spacing: 0.4px;
  margin: 21px auto 0;
  text-align: center;
}
[data-component-name="value-proposition"] .icon {
  height: 42px;
}

/*# sourceMappingURL=value-proposition.css.map */
