.about {
  display: flex;
  justify-content: center;
  white-space: pre-wrap;
  padding: 2rem;
}

/* Mobile Responsive Design */

/* Tablets (768px and below) */
@media (max-width: 768px) {
  .about {
    padding: 1.5rem 1rem;
    font-size: 0.95rem;
  }
}

/* Mobile phones (480px and below) */
@media (max-width: 480px) {
  .about {
    padding: 1rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.5;
  }
}
