/* Style for articles the blocks */
article {
    margin-bottom: 147px;
    box-sizing: border-box;
}

@media screen and (max-width: 900px){
    article {
        margin-bottom: 77px;
    }
}