.interesting-block .article-list-item > a {
	position: relative;
	height: 100%;
	display: flex;
    flex-direction: column;
	justify-content: space-between;
}

.interesting-label {
	align-items: center;
	background: #F7323F;
	border-radius: 10px;
	color: #fff;
	display: flex;
	font-size: 13px;
	font-weight: 500;
	justify-content: center;
	padding: 6px 18px;
	position: absolute;
	top: 25px; left: 25px;
	z-index: 5;
}

.interesting-block .article-list-item__content {
	display: flex;
	flex-direction: column;
	flex: 1;
	justify-content: space-between;
	padding-top: 10px;
}


.press-section .h2_flex {
	margin-bottom: 12px;
}

.press-section .swiper-wrapper {
	height: auto;
}

.article-list-item.swiper-slide {
	height: inherit;
}

.interesting-block p.usage_post_title {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.interesting-block.swiper {
    padding: 12px;
	margin: 0 -12px;
}
.article-list-item.swiper-slide {
	height: auto;
}