.articles-v2 {
	font-family: "Montserrat", sans-serif;
	color: #1a1a1a;
	margin-bottom: 24px;
}

.articles-v2 > h1 {
	margin: 0 0 12px;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	color: #171717;
}

.articles-v2 .blog-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.articles-v2 .blog-list .tile-wrap {
	width: auto !important;
	margin: 0 !important;
	float: none !important;
}

.articles-v2 .blog-list .tile {
	border: 1px solid #ececec;
	border-radius: 12px;
	background: #fff;
	padding: 12px;
	height: 100%;
	box-sizing: border-box;
}

.articles-v2 .blog-list .tile.center-image,
.articles-v2 .blog-list .tile.no-image {
	padding: 12px;
}

.articles-v2 .blog-list .image-wrap {
	display: block;
	border-radius: 9px;
	overflow: hidden;
	margin-bottom: 10px;
}

.articles-v2 .blog-list .image-wrap .image {
	height: 180px;
	background-size: cover;
	background-position: center;
}

.articles-v2 .blog-list .tile-text {
	padding: 0 !important;
}

.articles-v2 .blog-list .tile-date {
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
	color: #7a7a7a;
}

.articles-v2 .blog-list .h3 {
	display: block;
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	color: #1b1b1b;
	text-decoration: none;
}

.articles-v2 .blog-list .h3:hover {
	color: #000;
}

.articles-v2 .blog-list .btn-simple.btn-border.btn-micro {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 8px 14px;
	margin-top: 10px;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	color: #1a1a1a;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #f9fafb;
	transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}

.articles-v2 .blog-list .btn-simple.btn-border.btn-micro:hover {
	background: #fff;
	border-color: rgba(0, 0, 0, 0.2);
	transform: translateY(-1px);
}

.articles-v2 .blog-list .tile-wrap:first-child .tile-text,
.articles-v2 .blog-list .tile-wrap:first-child .tile-date,
.articles-v2 .blog-list .tile-wrap:first-child .h3,
.articles-v2 .blog-list .tile-wrap:first-child .tile-descr {
	max-width: none !important;
}

.articles-v2 .blog-banner .banner-elem h1 {
	font-family: "Montserrat", sans-serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	color: #171717;
}

.articles-v2 .round {
	margin-top: 14px;
}

@media (max-width: 1100px) {
	.articles-v2 .blog-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.articles-v2 > h1,
	.articles-v2 .blog-banner .banner-elem h1 {
		font-size: 28px;
	}

	.articles-v2 .blog-list {
		grid-template-columns: 1fr;
	}

	.articles-v2 .blog-list .image-wrap .image {
		height: 200px;
	}
}
