.section2{
	width: 100%;
	height: 100%;
}

.section2-top{
	width: 80%;
    margin-top: 5%;
    margin-left: 10%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
	gap: 25px;
}

.section2-top-card{
	width: 100%;
	height: 100%;
}



.section2-top-card img{
	width: 100%;
	height: 100%;
}

.section2-top-card span{
	display: flex;
}

.section2-top-card span hr{
	width: 60px;
	height: 0px;
	border: 2.5px solid #132c4f;
	margin-top: 2.5%;
}

.section2-top-card span h1{
	color: #f5a934;
	font-size: 16px;
	margin-top: 0.5%;
	margin-left: 1.2%;
}

.section2-top-card h2{
	font-size: 32px;
	font-weight: 800;
	color: #132c4f;
}
.section2-top-card p{
	margin-top: 1%;
line-height: 30px;
color: #132c4f;
}


.section2-top-inner{
	width: 100%;
    margin-top: 5%;
    margin-left: 0%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px,1fr));
	gap: 20px;
}

.section2-top-inner-card{
	width: 100%;
	height: 100%;
}

.section2-top-inner-card span{
	display: inline-flex;
}

.section2-top-inner-card span img{
	width: 40px;
	height: 48px;
}

.section2-top-inner-card span h1{
	font-size: 20px;
	color: #132c4f;
	margin-left: 5%;
	font-weight: 600;
}

.section2-top-inner-card p{
	color: black;
	margin-top: 3%;
	font-size: 15px;	
}