
.d_blogItem3 {
	width: 100%;
	display: block;
	height: 100%;
	transition: 0.3s;
	padding: 25px;
	position: relative;
	background: #fff;
	max-height: 300px;
	box-shadow: 0 1px 5px 0 rgb(0 1 1 / 30%);
}

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

