@media (min-width: 48rem) {
    .homepage-about-us-grid{
        display: grid;
        grid-template-columns: 1fr 1fr;
      }
  }

  