/* Responsive */
@media (max-width: 992px) {
  .about-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .about-section h2{
    font-size: 28px;
    justify-content: center;
  }
  .about-text {
    flex: 1 1 100%;
  }
  .about-container{
     padding: 3rem 10%;
  }
  .stat-item h3{
    font-size: 1.8rem;
  }
}
@media (max-width: 600px) {
  .about-hero h1 {
    font-size: 2.3rem;
  }
  .about-hero span{
    font-size: 2.4rem;
  }
  .about-hero p {
    font-size: 1rem;
  }
  .about-section h2 {
    font-size: 23px;
  }
  .about-container{
     padding: 1.5rem 10%;
  }
  .stat-item h3{
    font-size: 1.5rem;
  }
}