.section2{
	width: 100%;
	height: 100%;
}

.section2-cont{
	position: relative;
	width: 95%;
	height: 100%;
	margin-top: 8%;
	margin-left: 2.5%;
}

.section2-card{
	display: flex;
}

.section2-left-img{
	width: 50%;
	height: 420px;
}

.section2-text-right{
	width: 60%;
	height: 350px;
	position: absolute;
	background-color: white;
	margin-top: 3.5%;
	margin-left: 40%;
	box-shadow: 0 0px 20px rgb(0 0 0 / 0.4);
}

.section2-text-right h1{
	font-size: 25px;
	color: #132c4f;
	margin-top: 6%;
	margin-left: 3%;
}

.section2-text-right p{
	margin-top: 1.5%;
	margin-left: 3%;
	width: 95%;
}

.section2-text-right h2{
	font-size: 17px;
	color: #f5a934;
	margin-top: 0%;
	margin-left: 3%;
}
.section2-img{
	display: flex;
		margin-top: 2%;
	margin-left: 2%;
}
.section2-text-right img{
	width: 10%;
	height: auto;
}


#section2-card2{
	margin-top: 12%;
}

#section2-card3{
	margin-top: 12%;
}
#section2-card4{
	margin-top: 12%;
}
#section2-card5{
	margin-top: 12%;
}
#section2-card6{
	margin-top: 12%;
}
.section2-right-img{
	width: 50%;
	height: 420px;
	margin-left: 50%;
}

.section2-text-left{
	width: 60%;
	height: 350px;
	position: absolute;
	background-color: white;
	margin-top: 3.5%;
	margin-left: 0%;
	box-shadow: 0 0px 20px rgb(0 0 0 / 0.4);
}


.section2-text-left h1{
	font-size: 25px;
	color: #132c4f;
	margin-top: 6%;
	margin-left: 3%;
}

.section2-text-left p{
	margin-top: 1.5%;
	margin-left: 3%;
	width: 95%;
}

.section2-text-left h2{
	font-size: 17px;
	color: #f5a934;
	margin-top: 0%;
	margin-left: 3%;
}
.section2-img{
	display: flex;
		margin-top: 2%;
	margin-left: 2%;
}
.section2-text-left img{
	width: 10%;
	height: auto;
}

.section2-blank{
	width: 100%;
	height: 100px;
}