@media only screen and (min-width: 768px) {
    #projects .item h2 {
        margin-top: 0;
        margin-bottom: calc(var(--default-spacing) / 2);
    }
    #projects .item {
        display: flex;
    }
    #projects .item .thumbnail,
    #projects .item .details {
        width: 50%;
    }
    #projects .item .details {
        padding-left: var(--default-spacing);
    }
}
