You used py-0 class for this section-3 in template which, accidentally, has style to force the padding and make this section covered by the masthead.
You can use this custom CSS:
div#t4-section-3 {
padding-top: 120px !important;
padding-bottom: 120px !important;
}