.ecnewsline {
	display: flex;
	width: 37%;
	justify-content: center;
	background: #25c803;
	padding: 1% 0%;
	align-items: center;
	border-radius: 10px;
	margin: 4% auto 0;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: bold;
}

.ecnewsline:hover {
	opacity: 0.8;
	color: #e16a00 !important;
}

.ecnewsline img {
	width: 16%;
	padding-right: 2%;
}
