.sePage .sePageLayout .sePageMain { margin-top: 0; }
.home-hero .block-bg-img {padding: 90px 0px 90px; }

/* feature image section */
.sePage .sePageLayout .se-feature-image-section {
 margin-bottom: 0;
}
.sePage .sePageLayout .se-feature-image-section .content-block-column {
 padding: 120px 30px;
 display: flex;
 align-items: center;
 justify-content: center;
 background-repeat: no-repeat;
}
.sePage .sePageLayout .se-feature-image-section .content-block-column h2,
.sePage .sePageLayout .se-feature-image-section .content-block-column h3 {
 margin-top: 22px;
}
.sePage .sePageLayout .se-feature-image-section .content-block-column .btn {
 margin-bottom: 0;
}
.sePage .sePageLayout .se-feature-image-section:not(.no-overlay) .content-block-column::before {
 content: "";
 background: rgba(0, 0, 0, 0.1);
 width: 100%;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
}
.sePage .sePageLayout .se-feature-image-section .editContent,
.sePage .sePageLayout .se-feature-image-section .content-block-column {
 position: relative;
}

/* full width sections */
.se-fw-section .container-fluid {
 margin-right: auto;
 margin-left: auto;
 padding-left: 30px;
 padding-right: 30px;
}
