.page-title {
    margin: 50px 0 !important;
}

@media(max-width: 767px) {
    .page-title {
        margin: 20px 0 0 !important;
    }
}