.section-page {
	padding-top: 50px;
	padding-bottom: 50px;
}

.hero-title {
	color: #000000;
	font-family: 'aspira_xwideheavy';
	font-size: 32px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.entry-content p {
	margin-bottom: 25px;
	line-height: 1.5;
	font-weight: 400;
}

.entry-content p:last-child {
	margin-bottom: 0
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
	line-height: 1.2;
	font-weight: 700;
}

.entry-content h2 {
	font-size: 185%;
	margin-bottom: 40px;
	margin-top: 70px;
	text-transform: uppercase;
	font-family: 'aspira_xwideheavy';
}

.entry-content h3 {
	font-size: 128%;
	margin-bottom: 30px;
	margin-top: 50px;
	text-transform: uppercase;
	font-family: 'aspira_xwideheavy';
}

.entry-content h4,
.entry-content h5 {
	font-size: 100%;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: 'aspira_xwideheavy';
}

.entry-content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.entry-content strong {
	font-weight: 700;
}

.entry-content iframe {
	max-width: 100%
}

.entry-content a:not(.button) {
	text-decoration: underline;
}

.entry-content blockquote {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	border-left: 5px solid var(--yellow);
	margin: 25px 0;
}

.entry-content blockquote p {
	margin: 0;
}

.wp-block-image,
.wp-block-embed {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 40px;
}

.wp-block-table {
	margin: 40px 0;
}

.wp-block-table table {
	border: 1px solid #f2f2f2;
	border-collapse: collapse;
}

.wp-block-table table td {
	border: 1px solid #f2f2f2;
	padding: 5px;
}

@media (min-width: 768px) {
	.section-page {
		padding-top: 70px;
		padding-bottom: 100px;
	}
	.hero-title {
		font-size: 42px;
	}
	.hero-subtitle {
		font-size: 20px;
	}
}

@media (min-width: 992px) {
	.hero-title {
		font-size: 48px;
	}
	.hero-subtitle {
		font-size: 24px;
	}
}

@media (min-width: 1200px) {
	.section-page {
		padding-top: 100px;
	}
	.hero-title {
		font-size: 62px;
		margin-bottom: 40px;
	}
	.hero-subtitle {
		font-size: 30px;
	}
}