.p-header {
	padding-top: 20px;
}

.p-content .fo-container {
	margin-top: 120px;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	text-align: center;
}

.p-content .title {
	font-weight: 700;
	font-size: 12rem;
	line-height: 13rem;
	color: #014c87;
	margin-bottom: .2em;
}
@media (min-width: 992px) {
	.p-content .title {
		font-size: 20rem;
		line-height: 21rem;
	}
}
.p-content .subtitle {
	font-weight: 300;
	font-size: 2.8rem;
	line-height: 3.6rem;
	margin-bottom: 1em;
}
@media (min-width: 992px) {
	.p-content .subtitle {
		font-size: 4.6rem;
		line-height: 5.4rem;
	}
}