.section2{
	width: 100%;
	height: 100%;
}

.section2-top{
	width: 95%;
    margin-top: 6%;
    margin-left: 2.5%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
	gap: 30px;
}

.section2-top-card{
	width: 100%;
	height: 100%;
}

#section2-top-card-span1{
	display: inline-flex;
	width: 100%;
}

.section2-top-card h1{
	font-size: 14px;
	color: #f5a934;
		margin-left: 1%; 
}

.section2-top-card hr{
	width: 50px;
	height: 0px;
	border: 2.3px solid #132c4f;
	margin-top: 1.6%;
}

.section2-top-card h2{
	margin-top: 2.5%;
	font-size: 17px;
	line-height: 30px;
	font-family: sans-serif;
}

.section2-top-card p{
	color: #444444;
	font-family: sans-serif;
	line-height: 29px;
}

.section2-top-blank{
	width: 100%;
	height: 50px;
}