.nav-links a {
  color: var(--color-text-white);
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
  font-size: 1.6rem;
}

.stat-box {
  border-left: 3px solid var(--color-accent-teal);
}
.stat-box:first-child {
  border-left: none;
}
.stat-number {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.stat-text {
  font-size: 1.3rem;
  color: #a0aec0; /* lighter text */
}

.timeline-icon {
  background-color: var(--color-accent-teal);
  font-size: 1.6rem;
}

.our-values {
  padding-bottom: 9.6rem;
}

p {
  font-size: 1.3rem;
}

.py-6 {
  padding-top: 7rem;
}

.sub-heading {
  font-size: 3rem;
  color: var(--color-text-white);
}

h6,
h5 {
  font-size: 1.6rem;
}

@media (max-width: 425px) {
  .stat-box {
    padding: 2px;
    border-top: 3px solid var(--color-accent-teal);
    border-left: none;
  }

  .stat-box:last-child {
    border-bottom: 3px solid var(--color-accent-teal);
  }

  .stat-number {
    margin-bottom: 0;
  }

  .stat-text {
    padding-bottom: 2px;
  }
}
