.highlight img {
	width: 100%;
	height: auto;
}
.highlight .textbox {
	padding: 1rem 1rem 1.4rem;
}
.bg-blue {
	background-color: #78B5CD;
}
.bg-brown {
	background-color: #B69A8F;
}
.item-news .news-text h6 {
	font-size: .875rem;
}

@media(max-width: 991px) {
	.item-news .news-text{
		line-height: 1;
	}
	.wrap-category {
		overflow-x: scroll;
		width: 100%;
	}
	.wrap-category .nav {
		width: max-content;
	}
}

@media(min-width: 992px) {
	.highlight {
		height: 93vh;
		overflow: hidden;
		position: relative;
	}
	.highlight .textbox {
		position: absolute;
		left: 0;
		top: 50%;
		width: 40%;
		transform: translateY(-50%);	
		padding: 2rem 2rem 2.4rem;
	}
	.item-news .news-text h6 {
		font-size: 1rem;
	}
}