/* Mixins
================================================== */
/* Breakpoints
================================================== */
.section-featureswithstatistics .portrait-image {
  display: block;
  margin: auto;
}
.section-featureswithstatistics .content {
  max-width: 33em;
  margin: 3em auto;
}
.section-featureswithstatistics h2 {
  color: var(--color-dark-blue);
}
.section-featureswithstatistics .small-statistics {
  margin: 2.5em 0;
  font-size: 1em;
}
.section-featureswithstatistics .small-statistics li {
  padding: 0 1em;
  width: 13em;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.section-featureswithstatistics .small-statistics li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.section-featureswithstatistics .small-statistics li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.section-featureswithstatistics .small-statistics span {
  font-size: 3.75em;
}
.section-featureswithstatistics .row {
  margin: 3.5em auto;
}
.section-featureswithstatistics .row:nth-child(even) {
  flex-direction: row-reverse;
}
@media (min-width: 769px) {
  .section-featureswithstatistics .small-statistics li {
    padding: 0 2em;
  }
}
@media (min-width: 990px) {
  .section-featureswithstatistics .row {
    margin: 7.5em auto;
  }
  .section-featureswithstatistics .small-statistics {
    font-size: 1.1em;
  }
}