#PageMain, #PageFooter { margin-top: 0; }

/* 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;
 text-align: center;
}

@media only screen and (min-width: 992px) {
 /* FULL WIDTH 2 COLUMN FEATURE */
 .se-2col-fw-feature .content-block-column:first-child {
 min-height: 480px;
 }
 .se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 60px;
 }
}
