.sePage .sePageMain {
margin-top: 0px;
}

.sePage .sePageLayout .sePageMain .wbc-inner-page-hero-top.padding-lg .content-block-column {
padding: 12% 15px;
}

.custom3-1 .text-center .editContent,
.custom4-1 .text-center .editContent,
.custom5-4 .text-center .editContent {
 margin-right: auto;
 margin-left: auto;
 width: 100%;
 max-width: 970px;
 padding-left: 15px;
 padding-right: 15px;
}

.container-fluid .custom3-2 .editContent,
.container-fluid .custom4-1 .editContent {
 margin: 0;
 width: 100%;
 max-width: 940px;
}

.center-image {
 display: flex;
 justify-content: center;
}

.center-text {
padding-top: 50px;
text-align: left;
}

.flex-item {
 display: flex;
 align-items: center;
}

.new-section {
padding-top: 100px;
}

.hero-image {
height: 15px;
}

.hero-image1 {
height: 30px;
}

/* IMAGE OVERLAY */
.se-section-image-overlay .editContent,
.se-section-image-overlay .content-block-column {
 position: relative;
}

.se-section-image-overlay .content-block-column::before {
 content: '';
 background-color: rgba(0,0,0,0.30);
 width: 100%;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
}