.content-footer {
	padding: 24px 0;
	background-color: #ffe4ea;
}

.content-footer__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.content-footer__par {
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 1.27;
	letter-spacing: 0.35px;
	text-align: center;
	color: #000;
}

.content-footer__link {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	text-decoration: underline;
	text-decoration-color: #ff335f;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
	color: #ff335f;
}

@media (max-width: 991.98px) {

	.content-footer__par,
	.content-footer__link {
		font-size: 18px;
	}
}

@media (max-width: 575.98px) {

	.content-footer__par,
	.content-footer__link {
		font-size: 16px;
	}
}