.social-kpis-hlf5 {
  width: 100%;
  box-sizing: border-box;
  padding: 0 46px;
  margin-top: 88px;
}

.social-kpis-list-hlf5 {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1046px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
}

.social-kpi-hlf5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.social-kpi-icon-hlf5 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.9);
}

.social-kpi-svg-hlf5 {
  display: block;
  width: 48px;
  height: 48px;
}

.social-kpi-value-hlf5 {
  margin: 0;
  font-family: 'Proxima Nova Advanced', 'Proxima Nova', sans-serif;
  font-feature-settings:
    'ss04' on,
    'case' on;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: rgba(0, 0, 0, 0.9);
}

.social-kpi-label-hlf5 {
  margin: 4px 0 0;
  max-width: 200px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.9);
}

@media (min-width: 700px) {
  .social-kpis-hlf5 {
    padding: 0 24px;
    margin-top: 144px;
  }

  .social-kpis-list-hlf5 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
  }

  .social-kpi-hlf5 {
    align-items: center;
    text-align: center;
    max-width: 260px;
  }
}
