.portal-home-page .article {
	width: 100%;
	max-width: none;
}

.portal-home__inner {
	max-width: 820px;
	margin: 0 auto;
	padding: 48px 24px 72px;
}

.portal-home__title {
	font-size: clamp(28px, 4vw, 40px);
	line-height: 1.25;
	font-weight: 700;
	color: #242628;
	margin: 0 0 32px;
	text-align: center;
}

.portal-home__content {
	font-size: 19px;
	line-height: 1.75;
	color: #333;
}

.portal-home__content p {
	margin: 0 0 1.25em;
}

.portal-home__content p:last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.portal-home__inner {
		padding: 32px 18px 56px;
	}

	.portal-home__content {
		font-size: 17px;
		line-height: 1.65;
	}
}
