.section3{
	width: 100%;
	height: 100%;
	background-color: #f3f3f3;
}

.section3 h1{position: relative;
	text-align: center;
	font-size: 35px;
	margin-top: 1%;
	color: black;
}

.section3 h1 span{
	color: #f5a934;
}

.section3-cont{
	width: 80%;
    margin-left: 10%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
	gap: 60px;
}

.section3-card{
	margin-top: 11%;
	width: 100%;
	height: 400px;
	background-color: white;
	border-radius: 5px;
}

.section3-card img{
	width: 19%;
	margin-top: 4%;
	margin-left: 40.5%;
}

.section3-card h2{
	margin-top: 2%;
	text-align: center;
	font-size: 25px;
}
.section3-card p{
	text-align: center;
	color: #444444;
	font-family: sans-serif;
	line-height: 25px;
	width: 95%;
	margin-top: 2%;
	margin-left: 2.5%;
}
.section3-blank{
	width: 100%;
	height: 50px;
}
