.stats .stats__item {
    width : 100%;
  }
.stats .stat__icon {
  width: 2.8rem;
  height: 2.8rem
}
.stats .cta--text-link {
  width: -moz-max-content;
  width: max-content
}
.stats .stat__title {
    font-weight: 500;
}
@media (min-width:768px) {
  .stats .stat__icon {
    width: 4rem;
    height: 4rem
  }
  .stats__item {
    flex: 0 0  calc(50% - var(--sm-1))
  }
}
@media (min-width:992px) {
  .stats .stat__icon {
    width: 6.4rem;
    height: 6.4rem
  }
  .stats--4 .stats__item {
    flex: 0 0 calc(25% - var(--sm-1))
  }
  .stats--3 .stats__item {
    flex: 0 0  calc(33% - var(--sm-1))
  }
  .stats--2 .stats__item {
    flex: 0 0  calc(50% - var(--sm-1))
  }
}
.stats-text__image {
  height: 4.8rem;
  width: 4.8rem
}
.stats-text .four-stats .stat {
  max-width: 45%
}
@media (max-width:991.98px) {
  .stats-text__content {
    margin-bottom: var(--md-3)
  }
}
.image-text-stats__image img {
  max-height: 24rem
}
.image-text-stats .stats .stat {
  max-width: 45%
}
.image-text-stats .stats .stat__title {
  margin-bottom: 0
}
@media (min-width:768px) {
  .image-text-stats__image img {
    max-height: 48rem
  }
}
@media (min-width:992px) {
  .image-text-stats__image img {
    max-height: 100%
  }
}

.section-dark.stats .color-display{color:var(--primary-5);}
.section-dark.stats .color-stats{color:var(--primary-5);}