
      @media (min-width: 768px) {
        #profile .profile {
          grid-template-areas:
            "text image"
            "text bio" !important;
        }
      }
