.news-card-wrap{
	padding: 32px;
	background-color: #F4F5F9;
	min-height: 500px;
	max-height: 500px;
}
.news-card-img{
	min-height: 198px;
	background-size: cover;
	background-position: center center;
}
.news-card-datewrap,.news-card-eventdate{
	font-family: "Montserrat_Regular";
	color: #6E7BA1;
	font-size: 12px;
	line-height: 14.4px;
	letter-spacing: -0.02em;
}
.news-card-eventdate{
	font-family: "Montserrat_Bold";
	background-color: #F7F7FD;
	max-height: 23px;
	max-width: 158px;
}
.news-card-date{
	text-transform: capitalize;
}
.news-card-title{
	transition: color 0.3s ease;
}
.news-link-detail:hover .news-card-title{
	color: #7C0034
}
.news-card-detail{
	color: #6E7BA1!important;
	transition: color 0.3s ease;
}
.news-link-detail:hover .news-card-detail{
	color: #7C0034!important;
}
.news-card-detail path{
	transition: fill 0.3s ease;
}
.news-link-detail:hover .news-card-detail path{
	fill: #7C0034;
}
@media (max-width: 1439.8px) {
	.news-card-text{
		-webkit-line-clamp: 4; /* Число отображаемых строк */
		display: -webkit-box; /* Включаем флексбоксы */
		-webkit-box-orient: vertical; /* Вертикальная ориентация */
		overflow: hidden;
	}
}
@media (max-width: 1199.8px) {
	.news-card-text{
		-webkit-line-clamp: 4; /* Число отображаемых строк */
	}
	.news-card-wrap {
		padding: 24px;
	}
}
@media (max-width: 991.98px) {
	.news-card-wrap{
		padding:0px;
		background-color: unset;
		min-height: unset;
		max-height: unset;
	}
	.news-card-text{
		-webkit-line-clamp: 3; /* Число отображаемых строк */
	}
	.news-card-img {
		height: 160px;
	}
}
@media (max-width: 767.98px) {
	.tabs-label a {
		padding: 12px;
	}
}

.news-card-info{

    overflow: hidden;
}

.news-card-img {
	min-height: 198px;
	overflow: hidden;
	position: relative;
}

.news-card-image {
	transition: transform 0.3s ease;
}

.news-link-detail:hover .news-card-image {
	transform: scale(1.05);
}

.news-card-eventdate {
	font-family: "Montserrat_Bold";
	background-color: #F7F7FD;
	max-height: 23px;
	max-width: 158px;
	z-index: 2;
}

@media (max-width: 991.98px) {
	.news-card-img {
		height: 160px;
	}
	.news-card-image {
		object-fit: cover;
	}
}