Remove White Bar Between Sections

How do I remove the white bar between sections? Specifically, this is the white bar after the “Full Width” section. Please see attached image. Thanks!

I solved it with the following:

#full-width .section-header {
margin-bottom: 0;
}

Thanks!