/* tablet */
@media (max-width: 900px) {
  .project-section__img {
    margin-top: 1.3rem;
  }
}

/* mobile */
@media (max-width: 560px) {
  .project-section__img {
    margin-top: 1rem;
  }
}