.cmi-module-impact-statistics {
  padding: 6rem 0;
}
.cmi-module-impact-statistics--white {
  background-color: #ffffff;
}
.cmi-module-impact-statistics--white.cmi-module-impact-statistics--envelope::before {
  border-top-color: #efefef;
}
.cmi-module-impact-statistics--midgrey {
  background-color: #efefef;
}
.cmi-module-impact-statistics--midgrey.cmi-module-impact-statistics--envelope::before {
  border-top-color: #ffffff;
}
.cmi-module-impact-statistics--envelope {
  position: relative;
  padding: 8rem 0 6rem;
}
.cmi-module-impact-statistics--envelope::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 14vw);
  width: 28vw;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 4rem 14vw 0 14vw;
}

.cmi-module-impact-statistics__title {
  margin-bottom: 3rem;
}
.cmi-module-impact-statistics__title h2 {
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  text-wrap: pretty;
}

.cmi-module-impact-statistics__image {
  margin: 0 32.5% 1.5em;
}
.cmi-module-impact-statistics__image img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}

.cmi-module-impact-statistics__subtitle {
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1em;
  text-wrap: balance;
}

.cmi-module-impact-statistics__copy {
  text-wrap: balance;
}

.cmi-module-impact-statistics__stat {
  position: relative;
  margin: 1rem 0 1.25rem;
  font-size: 3rem;
  color: #ffffff;
}
.cmi-module-impact-statistics__stat p {
  position: relative;
  font-family: "Prompt", sans-serif;
  font-weight: 900;
  z-index: 1;
}
.cmi-module-impact-statistics__stat p span {
  font-size: 0.85em;
}

.cmi-module-impact-statistics__stat::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 4em;
  top: 0;
  left: calc(50% - 2em);
  background-color: #d10074;
  transform: rotate(-3deg);
  border-radius: 2px;
}

.cmi-module-impact-statistics__source {
  font-size: 0.875rem;
  color: #ccc;
  margin: 0;
}
