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

.d_blogItem1_img {
	width: 50%;
	display: block;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 0.3s;

}

.d_blogItem1_img:hover {
	filter: brightness(0.5);

}

.d_blogItem1_body {
	display: flex;
	width: 100%;
	background: #fff;
}

.d_blogItem1_content {
	width: 50%;
	padding: 25px;
	display: flex;
	flex-direction: column;
}

.d_blogItem1_mobileBox .d_blogItemShared_link {
	color: #FFFFFF;
}

.d_blogItem1_authorBox img {
	border-radius: 50%;
	width: 20px;
	height: 20px;
}

.d_blogItem1_middleOne {
	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_blogItem1_middleOne .d_blogItem1_link {
	color: #FFFFFF;
}

.d_blogItem1_middleOne .d_blogItemShared_footerEl {
	color: #FFFFFF;
}

.d_blogItem1_middleOne svg {
	fill: #FFFFFF;
}
.d_blogItem1_middleOne:hover::after {
	background: #1212129c;
}

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

.d_blogItem1_desktopBox {
	display: none;
}

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


@media (min-width: 768px) {

	.d_blogItem1_desktopBox {
		display: flex;
	}

	.d_blogItem1_mobileBox {
		display: none !important;
	}
}