
.section.blog_items .item {
	height: 100%;
	justify-content: start;
}
.section.blog_items .item .name {
	flex-grow: 1;
	margin: 0;
	min-height: 2em;
}
.section.blog_items .item .name a {
	text-decoration: none;
}
.section.blog_items .item .text {
	flex-grow: 1;
}
.section.blog_items .btn_white {
	
}
.section.blog_items .item .img {
	position: relative;
}
.section.blog_items .item .img:after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	background: #00000066;
	pointer-events: none;
}


@media (min-width: 768px) {
	
	.section.blog_items .btn_white {
		width: fit-content;
	}
}

@media (max-width: 991.98px) {
	
}

@media (max-width: 767.98px) {
	
}

@media (max-width: 575.98px) {
	
	
}

@media (max-width: 480px) {
	
	.section.blog_items .btn_white {
		min-height: 52px;
	}
}
