/* Remove space above first RSPageBuilder row */
.rspbld-row:first-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* If your template wraps content in a container */
.component-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}