.project-link {
  text-align: right;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-self: end;
}

.project-link a {
  order: 2;
  font-size: 1.25rem;
  align-self: center;
}

.project-link__image {
  width: 134px;
  height: 134px;
  order: 1;
  align-self: center;
  justify-content: center;
  display: flex;
  align-items: flex-end;
  margin-bottom: -1px;
}

.project-link + .project-link {
  margin-top: 1em;
}