  .paragraph--type--stat-grid {
  padding: 3rem 0;
  color: #161729;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 0.6875rem;
  line-height: 1rem;
  text-transform: uppercase;
}
.paragraph--type--stat-grid .row {
  gap: 2rem;
}
.paragraph--type--stat-grid .stat {
  font-family: bely-display, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1rem;
  color: #011E41;
  letter-spacing: 0.125rem;
}
.paragraph--type--stat-grid .stat .stat-type {
  font-size: 4rem;
  vertical-align: baseline;
}
.paragraph--type--stat-grid .stat-color-2 {
  color: #ad3e00;
}
.paragraph--type--stat-grid .stat-color-3 {
  color: #20543c;
}
.paragraph--type--stat-grid .stat-color-4 {
  color: #b7861a;
}
.paragraph--type--stat-grid .stat-description {
  max-width: 200px;
  margin: auto;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.41rem;
  font-weight: 400;
  letter-spacing: 0.08rem;
}
.paragraph--type--stat-grid .stat-description p {
  margin-bottom: 1rem;
}
.paragraph--type--stat-grid .stat-description strong,
.paragraph--type--stat-grid .stat-description b {
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .paragraph--type--stat-grid .stat-description {
    margin-bottom: 0;
  }
}
.paragraph--type--stat-grid .owl-dot span {
  width: 1.25rem !important;
  height: 1.25rem !important;
  border: 2px solid #6d6d6d;
  background: white !important;
}
.paragraph--type--stat-grid .owl-dot.active span {
  border-color: #E65300;
  background: #E65300 !important;
}
