.configuration-manual .order-md-1 {
    position: relative
}

.configuration-manual .order-md-1:before {
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #000, rgba(10, 10, 10, 0))
}

@media (max-width: 767px) {
    .page-configuration .global-section-header {
        margin-bottom: 0
    }
}