@media (max-width: 767px) {
  #about-section [style*="opacity: 0"] {
    opacity: 1 !important;
  }

  #about-section [style*="translate"] {
    transform: none !important;
  }
}
