body {
    padding-top: 0px;
}


@media (min-width: 768px) {
    body .dnd-section .widget-type-header {
        margin-bottom: 40px !important;
    }
}

@media (min-width: 981px) {
    body {
        padding-top: 0px !important;
    }
}

.margin-top-none{
    margin-top: 0px !important;
}