.page-landing {
      padding-top: 3rem;
}

.project-category {
      display: none;
}

@media screen and (min-width: 1024px) {
      .list-entry {
            grid-template-columns: 2fr 1fr 1fr;
      }

      .project-year {
            justify-self: end;
      }
}

@media screen and (min-width: 1440px) {
      .list-entry {
            grid-template-columns: 3fr 2fr 2fr 1fr
      }

      .project-category {
            display: block;
      }
}