.d_secondPost {
	width: 100%;
	display: block;
	height: 100%;
	min-height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 0.3s;
	padding: 25px;
	position: relative;
	box-shadow: 0 1px 5px 0 rgb(0 1 1 / 30%);
}

.d_secondPost .d_blogItemShared_link {
	color: #FFFFFF;
}

.d_secondPost .d_blogItemShared_footerEl {
	color: #FFFFFF;
}

.d_secondPost svg {
	fill: #FFFFFF;
}

.d_secondPost::after {
	content: '';
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	transition: 0.3s;
	background: #1212129c;
}

.d_blogItem2 {
	display: flex;
	flex-direction: column;
	height: 100%;
	align-items: flex-start;
	justify-content: space-between;
	z-index: 20;
	position: relative;
}
