.section3{
	width: 100%;
	height: 100%;
}

.section3 h1{
	margin-top: 3%;
	text-align: center;
	font-size: 35px;

}

.section3 h1 span{
	color: #f5a934;
}

.section3-cont{
	width: 90%;
	margin-top: 9%;
    margin-left: 5%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
	gap: 60px;
}

.section3-card{position: relative;
	width: 100%;
	height: 100%;
	background-color: #efefef;
	border-radius: 10px;
	transition: .3s ease;
}

.section3-circle{
	position: absolute;
	width: 120px;
	height: 120px;
	background-color: #f5a934;
	border-radius: 50%;
	margin-top: -2%;
	margin-left: 50%;
	transform: translate(-50%,-50%);
	transition: .4s ease;
}

.section3-circle img{
	width:60%;
	margin-top: 15%;
	margin-left: 20%; 
}

#team-img{
	margin-top: 30%;
}

.section3-card h1{
	text-align: center;
	margin-top: 20%;
	font-size: 27px;
	color: #132c4f;
}

.section3-card p{
	text-align: center;
	line-height: 28px;
	width: 90%;
	margin-top: 2%;
	margin-left: 5%;
}

.section3-card:hover{
	margin-top: -5%;
}

.section3-card:hover .section3-circle {
	margin-top: 2%;
}

.section3-inner-blank{
	width: 100%;
	height: 50px;
}

.section3-blank{
	width: 100%;
	height: 100px;
}