section.project img {
    height: 144px;
    width: 288px;
    margin-right: 16px;
}

section.project h2 {
    margin-top: 1.5em;
}

section.project div {
    display: flex;
    flex-direction: row;
}

@media (max-width: 700px) {
    section.project div {
        flex-direction: column;
    }

    section.project img {
        align-self: center;
    }
}
