@media screen and (min-width: 768px) {
    .article:not(.article--custom-p){
        padding-top: 60px;
        padding-bottom: 60px;
    }
}