.about-page {
	--about-blue: #064aa7;
	--about-blue-dark: #003f9d;
	--about-soft: #eef7ff;
	--about-line: #d9e8f8;
	position: relative;
	z-index: 2;
	overflow: visible;
	background: #ffffff;
}

.about-page-template .site-footer {
	position: relative;
	z-index: 0;
}

.about-section {
	padding: 28px 0;
}

.about-page .section-title {
	margin-bottom: 28px;
	font-size: 25px;
	font-weight: 900;
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page p {
	letter-spacing: 0;
}

@media (max-width: 768px) {
	.about-section {
		padding: 18px 0;
	}

	.about-page .section-title {
		margin-bottom: 18px;
		font-size: 21px;
	}
}
