@media screen and (max-width: 768px) {
  .project-list {
    max-width: 100%;
  }
}
.project-list > div {
  display: flex;
  justify-content: center;
  margin: 25px 0;
}
