#PageMain, #PageFooter {
 margin-top: 0;
}

.custom4-1 .editContent,
.custom3-1 .editContent {
 margin: 0 auto;
 max-width: 880px;
 padding: 0 15px;
}

.se-hero-inner .block-bg-img {
 padding: 150px 15px;
}

/* Remove Bullets */
.se-2col-fw-feature ul {
 list-style-type: none;
 padding-inline-start: 0;
}

.se-2col-fw-feature ul li {
 margin-bottom: 11px;
}

.se-2col-fw-feature .fas.fa-bolt {
 vertical-align: middle;
 padding-right: 5px;
 line-height: 1.5;
 font-size: 20px;
 color: #0c6432;
}

.desktop-img {
 display: none;
}

.mobile-img {
 display: block;
}

/* Text Highlight */
.sePage .sePageLayout .sePageMain div.text-highlight {
 display: table;
 margin: 22px 0;
 padding: 22px 22px 18px;
 text-align: center;
 position: relative;
}
.sePage .sePageLayout .sePageMain div.text-highlight::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: #0c6432;
}
.sePage .sePageLayout .sePageMain div.text-highlight.black::before {
 background-color: #f1f1f1;
}
.sePage .sePageLayout .sePageMain div.text-highlight h3 {
 position: relative;
 color: #f1f1f1;
 margin: 0 auto;
 text-align: left;
 background-color: #0c6432;
}


/* FULL WIDTH 2 COLUMN FEATURE */
.se-2col-fw-feature .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
}

.se-2col-fw-feature .content-block-column:first-child {
 min-height: 360px;
}

.se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 30px;
}

@media (min-width: 768px) {
 .desktop-img {
 display: block;
 }
 .mobile-img {
 display: none;
 }
}

@media (min-width: 992px) {
 /* FULL WIDTH 2 COLUMN FEATURE */
 .se-2col-fw-feature .content-block-column:first-child {
 min-height: 520px;
 }

 .se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 60px;
 }
}

@media (min-width: 1200px) {
 /* FULL WIDTH 2 COLUMN FEATURE */
 .se-2col-fw-feature .content-block-column:first-child {
 min-height: 640px;
 }

 .se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 90px;
 }
}
