@media only screen and (max-width: 525px) {
  .project-card {
    width: 80vw !important;
  }
}
