.abouts-tpl1-news .about-section {
	background: #f5f5f5;
	padding: 70px 40px;
}

.abouts-tpl1-news .about-container {
	max-width: 1200px;
	margin: auto;
	display: flex;
	gap: 50px;
	align-items: center;
}

.abouts-tpl1-news .about-left {
	width: 45%;
}

.abouts-tpl1-news .about-left img {
	width: 100%;
	height: 600px;
	object-fit: cover;
	border-radius: 20px;
}

.abouts-tpl1-news .about-right {
	width: 55%;
}

.abouts-tpl1-news .about-badge {
	display: inline-block;
	background: linear-gradient(90deg, #ff8a00, #f9b233);
	color: #fff;
	font-size: 13px;
	padding: 8px 18px;
	border-radius: 20px;
	margin-bottom: 15px;
	font-weight: 600;
}

.abouts-tpl1-news .about-title {
	font-size: 32px;
	font-weight: 700;
	color: #2e6b3f;
	margin-bottom: 15px;
	line-height: 1.4;
}

.abouts-tpl1-news .about-desc {
	font-size: 15px;
	color: #666;
	line-height: 1.7;
	margin-bottom: 25px;
}

.abouts-tpl1-news .about-desc span {
	color: #ff8a00;
	font-weight: 600;
}

.abouts-tpl1-news .about-box {
	display: flex;
	gap: 15px;
	background: #fff;
	padding: 18px;
	border-radius: 12px;
	margin-bottom: 15px;
	border: 1px solid #e5e5e5;
}

.abouts-tpl1-news .box-icon {
	width: 50px;
	height: 50px;
	background: #f3f6f9;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
}

.abouts-tpl1-news .about-box h4 {
	font-size: 17px;
	margin-bottom: 5px;
	font-weight: 600;
}

.abouts-tpl1-news .about-box p {
	font-size: 14px;
	color: #777;
	line-height: 1.6;
}

@media (max-width: 992px) {
	.abouts-tpl1-news .about-left {
		width: 100%;
	}

	.abouts-tpl1-news .about-right {
		width: 100%;
	}

	.abouts-tpl1-news .about-container {
		flex-wrap: wrap;
	}

	.abouts-tpl1-news .about-left img {
		height: auto;
	}

	.abouts-tpl1-news .about-section {
		padding: 30px 10px;
	}
}