.stat-scrolling-grid .bg-primary-1 .color-display,
.stat-scrolling-grid .bg-primary-2 .color-display {
  color: var(--primary-5)
}
.stat-scrolling-grid .bg-primary-1 .color-body,
.stat-scrolling-grid .bg-primary-2 .color-body {
  color: var(--base-5)
}
.stat-scrolling-grid .bg-primary-5 .color-display {
  color: var(--primary-1)
}
.stat-scrolling-grid .bg-primary-5 .color-body {
  color: var(--primary-1)
}
.stat-scrolling-grid .bg-warm-grey--01 .color-body,
.stat-scrolling-grid .bg-warm-grey--01 .color-display,
.stat-scrolling-grid .bg-warm-grey--02 .color-body,
.stat-scrolling-grid .bg-warm-grey--02 .color-display {
  color: var(--warm-grey--05)
}
.stat-scrolling-grid .bg-core-green .color-body,
.stat-scrolling-grid .bg-core-green .color-display,
.stat-scrolling-grid .bg-warm-grey--05 .color-body,
.stat-scrolling-grid .bg-warm-grey--05 .color-display {
  color: var(--base-5)
}
.stat-scrolling-grid .bg-lime-green .color-body,
.stat-scrolling-grid .bg-lime-green .color-display {
  color: var(--dark-green)
}
.stat-scrolling-grid .bg-dark-green .color-body,
.stat-scrolling-grid .bg-dark-green .color-display {
  color: var(--lime-green)
}
@media (min-width:768px) {
  .stat-scrolling-grid__block {
    max-width: 48rem
  }
  .stat-scrolling-grid__block:nth-child(2) {
    margin-left: auto
  }
  .stat-scrolling-grid__img--sticky {
    position: sticky;
    top: 0;
    z-index: 2
  }
}
@media (min-width:1200px) {
  .stat-scrolling-grid--gradient {
    background: var(--gradient-faded-background)
  }
  .stat-scrolling-grid--on-right .stat-scrolling-grid__col:nth-child(2) {
    margin-left: 8.33333333%
  }
  .stat-scrolling-grid--on-right .stat-scrolling-grid__block:nth-child(2) {
    transform: translateX(40%)
  }
  .stat-scrolling-grid--on-left .stat-scrolling-grid__item {
    justify-content: end
  }
  .stat-scrolling-grid--on-left .stat-scrolling-grid__col:nth-child(1) {
    margin-left: 8.33333333%
  }
  .stat-scrolling-grid--on-left .stat-scrolling-grid__block:nth-child(2) {
    transform: translateX(-40%)
  }
  .stat-scrolling-grid__block {
    min-width: 48rem
  }
}
@media (min-width:1400px) {
  .stat-scrolling-grid--on-right .stat-scrolling-grid__block:nth-child(2) {
    transform: translateX(73%)
  }
  .stat-scrolling-grid--on-left .stat-scrolling-grid__block:nth-child(2) {
    transform: translateX(-73%)
  }
}
@media (max-width:767.98px) {
  .stat-scrolling-grid__col:nth-child(1) {
    order: 2
  }
  .stat-scrolling-grid__col:nth-child(2) {
    order: 1;
    margin-bottom: var(--lg-4)
  }
}