.section3{
	width: 100%;
	height: 100%;
}

.section3 h1{
	text-align: center;
	margin-top: 10%;
	font-size: 40px;
}

.section3 h1 span{
	color: #f5a934;
}

.section3-cont{
	width: 90%;
    margin-top: 6%;
    margin-left: 5%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
	gap: 40px;
}

.section3-card{
	width: 100%;
	height: 100%;
}

.section3-card-circle{
	width: 40%;
	height: 40%;
	border-radius: 50%;
	margin-top: 0%;
	margin-left: 30%;
	background-color: #f5a934;
	display: flex;
	justify-content: center;
  align-items: center;
}

.section3-card-circle img{
	width: 55%;
}

.section3-card h2{
	margin-top: 5%;	
	text-align: center;
	color: #132c4f;
}

.section3-card p{
	margin-top: 2%;
	text-align: center;
	width: 90%;
	margin-left: 5%;
	line-height: 30px;
	color: #444444;
}

