.section2{
	width: 100%;
	height: 100%;
}

.section2-top{
	width: 70%;
	height: 500px;
	margin-top: 5%;
	margin-left: 15%;
	    background-size: cover;
    background-repeat: no-repeat;
}

.section2-top-box{
	width: 80px;
	height: 80px;
	margin-left: 8%;
	background-color: #fc9206;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.section2-top-box h1{
	position: relative;
	padding-top: 8px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.section2-top-box h2{
	padding-top: 0px;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
}

.section2-mid{
	width: 100%;
	max-height: 100%;
	display: flex;
}
.section2-mid-box{
	width: 90px;
	height: 90px;
	background-color: #081467;
	border-radius: 8px;
	margin-top: 2%;
	margin-left: 15%;
}

.section2-mid-box h1{
	position: relative;
	color: white;
	font-size: 75px;
	text-align: center;
	font-family: sans-serif;
}

.section2-mid p{
	font-size: 18px;
	position: relative;
	width: 63%;
	margin-top: 2%;
	margin-left: 1%;
	line-height: 32px;
}
.section2-end{
	margin-top: 0%;
	width: 70%;
	margin-left: 15%;
}

.section2-end h1{
	margin-top: 3%;
	font-size: 18px;
	font-weight: normal;
}

.section2-end p{
	font-size: 18px;
	margin-top: 1%;
}

.section2-end img{
	width: 100%;
	height: auto;
	margin-top: 3%;
}