/* HEADER */
.sePage .sePageMain {
 margin-top: 0px;
}

/* FOOTER */
.sePageFooter {
 margin-top: 0px;
}

/* HERO */
.sePage .sePageLayout .sePageMain .se-hp-hero .content-block-column {
 display: flex;
 position: relative;
 align-items: center;
 justify-content: center;
 z-index: 1;
 padding: 10% 10%;
}

.sePage .sePageLayout .sePageMain .se-hp-hero::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 20;
 left: 0;
 z-index: 0;
 background-color: rgba(0, 0, 0, 0.25);
 padding: 0;
 width: 100%;
 content: "";
}
.sePage .sePageLayout h1,
.sePage .sePageLayout h2,
.sePage .sePageLayout h3,
.sePage .sePageLayout h4,
.sePage .sePageLayout h5,
.sePage .sePageLayout h6 {
 font: family "Oswald", sans-serif;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
}
.sePage .sePageLayout h1 {
 font-size: 45px;
}
.sePage .sePageLayout h2 {
 font-size: 35px;
}
.sePage .sePageLayout h3 {
 font-size: 30px;
}
.sePage .sePageLayout h4 {
 font-size: 25px;
}
.sePage .sePageLayout h5 {
 font-size: 18px;
}
.sePage .sePageLayout h6 {
 font-size: 16px;
}
<link rel="preconnect" href="https://fonts.googleapis.com">
	<link rel="preconnect" href="https://fonts.gstatic.com">
	<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap" rel="stylesheet">