.section3{
	width: 100%;
	height: 100%;
	background-color: #e8e8e8;
	border-radius: 80px;
	margin-top: 10%;
	position: relative;
}

.section3-cont{
	display: grid;
  	grid-template-columns: repeat(2, 1fr);
  	width: 80%;
  	height: 100%;
  	padding-top: 100px;
  	padding-bottom: 80px;
  	margin-left: 10%;
  	gap:50px;

}

.section3-card{
	width: 100%;
	height: 100%;
}

.section3-card h1{
	font-family: 'Georgia', 'Times New Roman', serif;
	font-weight: 100;
	letter-spacing: 3px;
	font-size: 25px;
	margin-top: 15%;
	color: #ff4b01;
}

.section3-card h2{
	font-size: 25px;
	line-height: 35px;
	margin-top: -2%;
}

.section3-card h3{
	font-size: 26px;
	font-weight: 300;
	opacity: 0.6;
	line-height: 40px;
	margin-top: 0%;
}

.section3-card img{
	width: 80%;
	margin-left: 10%;
	border-radius: 20px;
	border-radius: 50%;
	z-index: 1;
}

#green-flower1{
	position: absolute;
	width: 20%;
	margin-top: 5%;
	opacity: 0.2;
}

#yellow-flower1{
	position: absolute;
	width: 10%;
	margin-top: 5%;
	margin-left: 85%;
	opacity: 0.2;
}

#green-flower2{
	position: absolute;
	width: 7%;
	margin-top: 30%;
	margin-left: 87%;
	opacity: 0.2;
}

#green-flower2{
	position: absolute;
	width: 6%;
	margin-top: 27%;
	margin-left: 87%;
	opacity: 0.2;
}


#green-flower3{
	position: absolute;
	width: 7%;
	margin-top: 30%;
	margin-left: 8%;
	opacity: 0.15;
	transform: rotate(15deg);
}


