.heading {
	margin-top: 30px;
}

.h1Underline::before {
	content: "";
	position: absolute;
	left: 0;
	height: 4px;
	width: 37%;
	background-color: #5cad2f;
	transform: scaleX(0);
	transition: transform 0.5s ease-in-out;
	bottom: -2px;
}

.h1Underline:hover::before {
	transform: scaleX(1);
}

#content {
	margin-bottom: 30px;
}

.contentCol {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 50px 0;
	position: relative;
	overflow: hidden;
}

.contentCol h1 {
	margin: 10px 0;
	font-size: 1.7rem;
	
}
.contentCol .head-tag{
    
    margin-left: -110px ;
}

.contentCol p {
	
	line-break: auto;
	text-align: start;
	padding-left: 60px;
}

.contentCol{
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.contentCol img {
	width:100%;
	height: auto;
	object-fit: cover;
}



/* .animleftcontent,.animlefthead
{

padding:0 !important;
} */

/* .animlefthead{
	text-align: start;
	display: flex;
	align-items: start;
} */

