@media only screen and (max-width: 540px) {
    .project {
        display: unset;
    }
    .project > div {
        margin-bottom: 20px;
    }
    .project:nth-of-type(2n+1) .project-content {
        text-align: left;
    }
    .project:nth-of-type(2n+1) .project-links {
        justify-content: flex-start;
    }
}
