#PageMain {
margin-top: 0;
}

#PageFooter {
margin-top: 0;
}


.sePage .sePageLayout .sePageMain .acf-hero-top .content-block-column {
 padding: 20%;
}

/* FEATURE CARD SECTION */
.sePage .sePageLayout .se-feature-card-section {
 margin-bottom: 0;
}
.sePage .sePageLayout .se-feature-card-section .editContent {
border: 1px solid #b2b2b2; 
background-color: #da3c2a;
 height: 100%;
}
.sePage .sePageLayout .se-feature-card-section .editContent img {
 border-bottom: 1px solid #b2b2b2;
}
.sePage .sePageLayout .se-feature-card-section .content-block-content {
 padding: 15px 30px;
}
.sePage .sePageLayout .se-feature-card-section .content-block-content h2,
.sePage .sePageLayout .se-feature-card-section .content-block-content h3 {
 margin-top: 22px;
}
.sePage .sePageLayout .se-feature-card-section .content-block-content p {
 margin-bottom: 11px;
}
.sePage .sePageLayout .se-feature-card-section .content-block-content .btn {
 margin-bottom: 22px;
}
.sePage .sePageLayout .se-feature-card-section .col-margin-bottom {
 margin-bottom: 30px;
}

 .acf-multi-section-wrapper .content-block-content {
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 flex-grow: 1;
 }
 .acf-multi-section-wrapper .editContent {
 display: flex;
 flex-direction: column;
 }