.last-news {
	width: 100%;
	border: 1px solid #ebf0f5;
	background: #fff;
	padding: 16px 20px 20px 20px;
	border-radius: 12px;
	margin: 16px 0;
	/* display: grid;
	grid-template-columns: repeat(4, 1fr); */
}

.last-news__header {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	color: #0f172a;
	text-align: right;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	font-variation-settings: "wght" 500;
	line-height: 32px;
}

.last-news__header a {
	color: #64748b;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	font-variation-settings: "wght" 500;
	line-height: 20px;
}

.last-news__article {
	width: 296px;
}

.last-news__article-thumb {
	width: 100% !important;
	/* height: 100% !important; */
	overflow: hidden !important;
	border-radius: 8px !important;
	flex-shrink: 0 !important;
	position: relative;
	margin: 0;
}

.last-news__detail {
	margin-top: 6px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 16px;
}

.last-news__title {
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
	color: #0F172A;
	font-size: 16px;
	font-weight: 600;
	font-variation-settings: "wght" 600;
	line-height: 30px;
	margin-bottom: 0;
}

.last-news__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.last-news__time {
	color: #94a3b8;
	font-size: 14px;
}

.last-news__more {
	color: #185ADB !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	font-variation-settings: "wght" 600 !important;
	transition: all 0.5s !important;
}

@media only screen and (max-width: 768px) {
	.last-news__header {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 32px;
	}

	.last-news__header a {
		font-size: 14px;
		line-height: 20px;
	}
}