@media (max-width: 777px) {
  .row-mobile {
    flex-direction: column;
    align-items: flex-start;
  }
}