.about-achievements-section {
  background: #e6e7e8;
}

.about-achievements-section h2 {
  color: #ae1f24;
  font-size: 20px;
}

.achievement-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-transform: uppercase;
}

.about-achievement-number {
  font-size: 4.5rem;
}

.achievement-description {
  font-size: 12px;
  text-align: justify;
  line-height: 14.4px;
}

@media (max-width: 767.98px) {
  .about-achievements-section .row > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
