/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/styles/acf-blocks/general/text-metrics.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
.text-benefits__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -16px;
  max-width: 1280px;
  padding: 0 34px 0 40px;
}
@media screen and (min-width: 576px) {
  .text-benefits__container {
    padding: 0 35px;
  }
}
@media screen and (min-width: 1200px) {
  .text-benefits__container {
    margin-top: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.text-benefits__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 154px;
  min-width: 105px;
  margin-top: 40px;
}
.text-benefits__item:first-child br {
  display: none;
}
@media screen and (min-width: 576px) {
  .text-benefits__item {
    width: 50%;
    padding-right: 10px;
    max-width: unset;
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .text-benefits__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1200px) {
  .text-benefits__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: start;
    margin-top: 0;
    min-width: 22%;
    max-width: 25%;
  }
  .text-benefits__item:first-child br {
    display: block;
  }
}
.text-benefits__number {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 8px;
  line-height: 1.1;
  font-family: "SF Pro Display", sans-serif;
}
@media screen and (min-width: 1200px) {
  .text-benefits__number {
    font-size: 48px;
    line-height: 1.15;
    margin-bottom: 0;
  }
  [dir=rtl] .text-benefits__number {
    font-weight: 700;
    line-height: 1.25;
  }
}
.text-benefits__description {
  max-width: 180px;
}
@media screen and (min-width: 1200px) {
  .text-benefits__description {
    margin-left: 16px;
  }
  [dir=rtl] .text-benefits__description {
    margin-left: 0;
    margin-right: 16px;
  }
}

/*# sourceMappingURL=text-metrics.css.map*/