@media (max-width:576px) {
   .work_sub_heading {
      flex-direction: column;
      align-items: start !important;
      gap: 15px;
   }
}
