.featuresPage.order {
    margin-top: 50px;
    margin-bottom: 85px;
}

.featuresPage .feature:first-child {
    margin-top: 40px;
}

@media (max-width: 767px) {

    .featuresPage.order {
        margin-bottom: 40px;
    }

}