.content-overview {
	padding: 28px 30px;
	background: #f5f5f5;
	border-left: 4px solid #8eb7d3;
	border-radius: 10px;
}

.content-overview__title {
	margin: 0 0 18px;
	padding: 0;

	color: #07587f;

	font-size: clamp(1.3rem, 2.4vw, 1.5rem);
	font-weight: 700;
	line-height: 1.2;
}

.content-overview__content {
	color: #515d6f;

	font-size: 16px;
	line-height: 1.6;

	text-align: justify;
}

.content-overview__content p {
	margin-top: 0;
	margin-bottom: 12px;

	text-align: justify;
}

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

.content-overview__content ul,
.content-overview__content ol {
	margin: 12px 0;
	padding-left: 30px;
}

.content-overview__content li {
	margin-bottom: 3px;
	line-height: 1.35;
	text-align: justify;
}