.company-stats-banner h3 {
  width: max-content;
  font-weight: 500;
}

.company-stats-banner span {
  font-weight: 400;
}

@media (max-width:1024px) {
  .company-stats-banner h3 {
    font-size: 20px;
  }
}

@media (max-width:767px) {
  .company-stats-banner h3 {
    width: auto;
    font-size: 18px;
  }

  .company-stats-banner span {
    font-size: 12px;
  }
}