/*============ Screen sizes up to 576px ============*/
@media screen and (max-width:576px) {
    body .post-blocks .post-block {
        flex-basis: 50%;
    }
    body .post-blocks figure {
        height: 200px;
    }
}