/* HEADER */ .sePage .sePageMain { margin-top: 0px; }

/* FOOTER */ .sePage .sePageFooter { margin-top: 0px; }

/* HERO */
.se-background-position-x-edit {
background-position-x: left !important;
}
.sePage .sePageLayout .sePageMain .se-hero-inner .content-block-column,
.sePage .sePageLayout .sePageMain .se-lp-hero-top .content-block-column {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: relative;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 z-index: 1;
 padding: 8% 15px;
}

