.stats-cards-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 96px 0;
}
.stats-cards-heading {
  color: var(--white);
	font-family: Lato, sans-serif;
	font-size: 40px;
	font-weight: 300;
	line-height: 1.22;
}
.statistic-panel__value {
  font-family: Lato, sans-serif;
	font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}
.statistic-panel__description {
  font-family: Lato, sans-serif;
	font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.33;
}
.statistic-panel__col_mb {
  margin-bottom: 40px;
}
.statistic-panel__row {
  opacity: 0;
  transform: translateY(30px);
  color: var(--white);
}
@media (max-width: 991px) {
  .statistic-panel__col_mb {
    margin-bottom: 64px;
  }
  .statistic-panel__description {
    font-family: Lato, sans-serif;
		font-size: 20px; 
    line-height: 1.5;
  }