

.widgettitle,
#section-two .wp-block-search__label { 
    content: "___";
    position: relative;
    font-weight: bold;
    top: 8px;
    left:0px;
    margin-right: -48px;
}

h2::after {
   background: none repeat scroll 0 0 #30ade5;
   bottom: -16px;
   content: "";
   display: block;
   height: 2px;
   position: relative;
   width: 100px;
}

h2.has-text-align-center::after {
  margin: 0 auto;
}

.widgettitle,
#section-two .wp-block-search__label,
.editor-styles-wrapper > .block-editor-block-list__layout h2 {
    font-size: 37px;
}

.wp-block {
    margin-top: 0;
    margin-bottom: 0;
}

.editor-styles-wrapper > .block-editor-block-list__layout > .wp-block > *,
.editor-styles-wrapper > .block-editor-block-list__layout > *:not(.wp-block) {
    padding-top: 40px;
    padding-bottom: 40px;
}