.card-news {
	margin-top: 20px;
	margin-bottom: 20px;
}

.banner-news {
	background: linear-gradient(90deg, #000000 46.5%, #940000 99.99%);
	min-height: 240px;
	position: relative;
}

.banner-news h5 {
	color: var(--text-white);
	margin: 0px;
}

.banner-news p {
	color: var(--text-white);
}

.info-banner-news {
	display: flex;
	justify-content: flex-end;
	min-height: 240px;
	flex-direction: column;
	padding-bottom: 60px;
}

.news-card-info {
	padding: 12px;
}

.news-info-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 8px;
}

.news-info-wrapper .detail-news-card-date h6 {
	color: #777777;
	font-size: 14px;
}

.news-info-wrapper .detail-news-created h6 {
	color: #777777;
	font-size: 14px;
}