.content {
    margin: 30px 0;
}

@media screen and (min-width: 768px) {
    .content {
        margin: 50px 0;
    }
}
