.attachment-post_thumb {
	margin-bottom: 16px;
	position: relative;
	padding-bottom: 57%;
}
.attachment-post_thumb * {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.attachment-post_thumb,
.attachment-post_thumb * {
	display: block;
	border-radius: 23px;
	overflow: hidden;
	width: 100%;
	object-fit: cover;
}
.article__title {
	margin: 0 0 6px;
	font-weight: 600;
}
.article__title,
.article__text {
	font-size: 14px;
	line-height: 1.51em;
}
.article__title a {
	color: inherit;
	text-decoration: none;
}
.article__read-more {
	text-decoration: none;
	color: var(--dark-blue);
	font-weight: 600;
}