/* 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 (min-width: 1200px) {
.sePage .sePageLayout .sem-5col-section .col-lg-2 {
width: 20%;
}
}

@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;
 }

 .sePage .sePageLayout .sePageMain h1 {
 font-size: 60px;
 }
 .sePage .sePageLayout .sePageMain h2 {
 font-size: 36px;
 }
 .sePage .sePageLayout .sePageMain h3 {
 font-size: 22px;
 }
 .se-feature-2col-section .content-block-column:last-child {
 padding: 30px;
 }
.sePageMain .se-fw-section .container-fluid {
 margin: 0 auto;
 padding: 0 60px;
}
}
/* FOOTER */ .sePage .sePageFooter { margin-top: 0px; }
