@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

#PageMain { margin-top: 0; }

/* HERO */
.sePage .sePageLayout .sePageMain .se-blog-hero .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: 18% 15px;
}

.sePage .sePageLayout .sePageMain .se-blog-hero::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background-color: rgba(0, 0, 0, 0.25);
 padding: 0;
 width: 100%;
 content: '';
}

.sePage .sePageLayout .sePageMain .se-blog-hero {
 position: relative;
 overflow: hidden;
}

.sePage .sePageLayout .se-blog-hero h1 {
 margin: 22px auto;
 font-family: 'Pacifico', cursive;
 font-size: 72px;
}

/* BLOG CARDS */
.se-blog-cards .editContent {
 border: 1px solid #b2b2b2;
}

.se-blog-cards .content-block-content {
 padding: 22px 22px 11px;
}

.sePage .sePageLayout .se-blog-cards h3 {
 margin-top: 11px;
}

.sePage .sePageLayout .se-blog-cards h3::after {
 display: block;
 margin-top: 5px;
 background-color: #b2b2b2;
 width: 100%;
 height: 1px;
 content: '';
}

.sePageContent .sePageSection.se-blog-cards {
 margin-bottom: 0px;
}

.se-blog-cards .col-margin-bottom {
 margin-bottom: 30px;
}