.search-results {
    padding-top: 40px;
    padding-bottom: 40px;

    @media (min-width:768px) {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    /* rest of the article code can be found in "partials/article-list.less" */
    .article-list-simple__item {
        &:first-child {
            .article {
                padding-top: 0;
                border-top: 0;
            }
        }
    }
}