.sectionstats {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.containerstats {
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.c-number-wrapper {
  height: fit-content;
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding-top: 0rem;
}
/* horizontal alignment remove for vertical alignment*/
.c-number-wrap--alignment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}


.m--display-2.c-number {
  margin-bottom: .5rem;
  text-indent: .4rem;
}


.m--display-2 {
  display: inline-block;
  font-size: 7.25rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: -.2rem;
  margin-top: 0;
}
/*
h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.375rem;
  line-height: 1.25em;
  font-weight: 600;
  letter-spacing: -.015625rem;
}
*/

.m--p-medium {
  font-size: 1.3125rem;
  line-height: 1.9em;
  font-weight: 400;
  letter-spacing: -.0125rem;
}
.m--text-grey-d {
  color: #8d8d8d;
}

@media screen and (max-width: 991px) {
  .m--display-2 {
    font-size: 6.375rem;
  }
}

@media screen and (max-width: 767px) {
  .m--display-2 {
    font-size: 4rem;
    font-weight: 500;
    letter-spacing: -.056875rem;
  }
}
@media screen and (max-width: 640px) {
.c-number-wrap--alignment {
  display: block;
  }

  .m--display-2 {
  display: inline-block;
  font-size: 7.25rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: -.2rem;
  margin-top: 0;
}
}

