.stats-section {
  background: #1a1a1a;
  color: white;
  padding: 4rem 0;
}
.split-section {
  background: #0f0f0f;
  color: white;
  padding: 4rem 0;
}

.stat-item {
  text-align: center;
}
.stat-item .stat-number {
  color: var(--teamgreen);
  line-height: 1;
}
.stat-item .stat-label {
  color: #ffffff;
  font-size: larger;
  margin-top: 0.25rem;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.sticky-col {
  position: sticky;
  top: 96px;
  align-self: flex-start;
  height: fit-content;
}

@media (max-width: 992px) {
  .sticky-col {
    position: static;
    top: auto;
    align-self: auto;
    height: auto;
  }
}

.history-carousel .carousel-inner img {
  border-radius: 10px;
}

.journey {
  color: var(--teamgreen);
  padding: 10px 0px;
  border-bottom: 2px solid var(--teamgreen);
}

.timeline-list .list-group-item {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
}

.timeline-list p {
  color: #e6e6e6;
}

.awards-section {
  background: #0f0f0f;
  color: white;
  padding: 4rem 0;
}

.awards-section .card-content-624 ul {
  margin-bottom: 1.5rem;
}

.awards-section .card-content-624 ul:last-child {
  margin-bottom: 0;
}

.card-content-624 li {
  border-top: none;
}
.card-content-624 li::before {
  content: " - ";
  font-weight: bold;
  color: var(--teamgreen);
}
