
/* About story grid responsive */
@media(max-width:768px){
  .about-story-grid { grid-template-columns:1fr !important; }
}
