.article-about-block {
	margin-top: 1.5em;
	max-width: 340px;
}

.article-about-title {
	font-size: 1.5em;
	font-weight: 800;
	color: #0b2e59;
	margin: 0 0 0.75em 0;
}

.article-about-card {
	border: 1px solid #e2e2e2;
	border-radius: 14px;
	padding: 1.5em;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.article-about-crossmark {
	display: inline-block;
	margin-bottom: 1.5em;
	max-width: 100%;
	cursor: pointer;
}

.article-about-crossmark img {
	max-width: 220px;
	width: 100%;
	height: auto;
	display: block;
}

.article-about-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1em 1.5em;
	width: 100%;
	margin-bottom: 1.5em;
}

.article-about-grid-stats {
	margin-top: -0.5em;
}

.article-about-item {
	display: flex;
	flex-direction: column;
}

.article-about-block-item {
	width: 100%;
	margin-bottom: 1.5em;
}

.article-about-label {
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 0.2em;
}

.article-about-value {
	color: #333;
}

.article-about-value a {
	color: #0b5fa5;
	text-decoration: none;
	word-break: break-all;
}

.article-about-value a:hover {
	text-decoration: underline;
}
