

/* Start:/local/templates/pervy/components/bitrix/news/blog/bitrix/news.list/.default/style.css?1771158325743*/
.blog-items__wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 40px;
}
.blog-items__element {
	padding: 20px;
	background: #FFF;
	-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.07);
	box-shadow: 0 0 10px 5px rgba(0,0,0,.07);
	flex: 0 0 30%;
	border-radius: 16px;
}
.blog-items__name {
	display: block;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #333;
	transition: all 200ms ease;
	font-weight: 500;
}
.blog-items__picture img {
	display: block;
	max-height: 200px;
	width: 100%;
	object-fit: cover;
	margin-bottom: 5px;
}
.blog-items__date {
	color: #bebebe;
	font-size: 13px;
}
.blog-items__element p {
	margin-bottom: 0;
}

@media (max-width: 992px) {

	.blog-items__element {
		flex: 1 0 100%;
	}
}
/* End */
/* /local/templates/pervy/components/bitrix/news/blog/bitrix/news.list/.default/style.css?1771158325743 */
