.paragraph--type--stat-grid {
  padding: 3rem 0;
  color: #161729;
  font-family: GalaxiePolaris;
  font-size: 0.6875rem;
  font-weight: 900;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}
.paragraph--type--stat-grid .stat {
  font-family: bely-display, sans-serif;
  font-size: 9.5rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 2rem;
  color: #3f4c6f;
}
.paragraph--type--stat-grid .stat .stat-type {
  font-size: 4rem;
  vertical-align: baseline;
}
.paragraph--type--stat-grid .stat.stat-1 {
  color: #bf4a12;
}
.paragraph--type--stat-grid .stat.stat-2 {
  color: #2d7050;
}
.paragraph--type--stat-grid .stat.stat-3 {
  color: #e65300;
}
@media only screen and (min-width: 992px) {
  .paragraph--type--stat-grid .stat {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .paragraph--type--stat-grid .stat {
    font-size: 8rem;
  }
}
.paragraph--type--stat-grid .stat-description {
  max-width: 200px;
  margin: auto;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 992px) {
  .paragraph--type--stat-grid .stat-description {
    margin-bottom: 0;
  }
}
.paragraph--type--stat-grid .col-lg-6 .stat {
  font-size: 9.5rem;
}
.paragraph--type--stat-grid .col-lg-6 .stat-description {
  font-size: 0.875rem;
  line-height: 1.312rem;
}
