.section2{
	width: 100%;
	height: 100%;
}

.section2-cont{
	display: grid;
  	grid-template-columns: repeat(2, 1fr);
  	width: 90%;
  	height: 100%;
  	margin-top: 9%;
  	margin-left: 5%;
  	gap:60px;
}

.section2-card{
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

.section2-card img{
	width: 80%;
	border-radius: 25px;
	margin-left: 10%;
}
.section2-card h1{
	color: #4f7154;
	font-family: 'Georgia', 'Times New Roman', serif;
	margin-top: 16%;
}

.section2-card h2{
	font-family: 'Georgia', 'Times New Roman', serif;
	font-style: italic;
	font-size: 19px;
	opacity: 0.9;
	line-height: 27px;
	color: #ff4b01;
	margin-top: -1.5%;
}	
.section2-card p{
	margin-top: 4%;
	line-height: 30px;
	opacity: 0.55;
	font-size: 17px;
	font-weight: 600;
}

#section2-endP{
	font-weight: 900;
	margin-top: 1%;;
	color: #4f7154;
	opacity: 0.9;
}