.d_blogItemStandard {
	background: #fff;
	box-shadow: 0 1px 5px 0 rgb(0 1 1 / 30%);
	max-height: 300px;
}

.d_blogItemStandard_img {
	height: 150px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px;
	position: relative;
}

.d_blogItemStandard_img:hover::after {
	background: #1212129c;
}

.d_blogItemStandard_img::after {
	content: '';
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	transition: 0.3s;
}

.d_blogItemStandard_additionalPostLink {
	width: 100%;
	height: 50px;
	display: block;
	position: relative;
	z-index: 5;
}

.d_blogItemStandard_container {
	padding: 25px 20px;
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
