.hero-text-news {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	line-height: 80px;
	color: #FFFFFF;
}

.news-sect {
	background-size: cover;
	background-repeat: no-repeat;
	height: 56vh !important;
	background-position: center;
}

.news-section .news_top_header h2 {
	font-size: 64px;
	line-height: 80px;
	margin-bottom: 24px;
	color: #12141D;
}

.news-section .news_top_header h4 {
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 24px;
	color: #12141D;
}

.news-list {
	margin-top: 50px;
}

.news-item {
	margin-bottom: 64px;
}

.news-item .card {
	border: none;
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}

.news-item .card-title {
	font-weight: bold;
	margin-bottom: 16px;
	font-size: 24px;
	line-height: 32px;
	min-height: 65px;
}

.news-item .date-text {
	color: #EE4A50;
	margin: 20px 0 16px 0;
	font-size: 14px;
}

.news-item .card-text {
	color: #5F5F63;
	margin-bottom: 16px;
	font-size: 15px;
	line-height: 27px;
	min-height: 55px;
}

.news-item .btn-read-more {
	color: #004993;
	font-weight: bold;
	text-decoration: none;
	padding-left: 0px;
}

.news-item .btn-read-more:hover {
	color: #0056b3;
	text-decoration: none;
}
/* .news_img_wrapper img {
	min-height: 300px;
} */

@media screen and (max-width: 1499px) {
	.hero-text-news {
		font-size: 45px !important;
		line-height: 55px;
	}
	.hero-child-news {
		font-size: 17px !important;
		line-height: 27px;
	}
}

@media screen and (max-width: 768px) {
	.news-item .card-img-top {
		height: 150px;
	}
	.news-sect {
		height: 46vh !important;
	}
	.hero-text-news {
		font-size: 40px !important;
		line-height: 50px;
	}
	.news-section .news_top_header h2 {
		font-size: 55px;
		line-height: 60px;
	}
}

@media screen and (max-width: 576px) {
	.news-item .card-img-top {
		height: 200px;
	}
	.hero-text-news {
		font-size: 30px !important;
		line-height: 40px;
	}
	.hero-child-news {
		font-size: 16px;
		line-height: 23px;
	}
}