.section2{
	widows: 100%;
	height: 100%;
}
.section2 h1{
	text-align: center;
	font-size: 45px;
	margin-top: 6%;
}

.section2 h6{
	text-align: center;
	font-weight: 500;
	opacity: 0.6;
	margin-top: 0.5%;
	font-size: 19px;
}
.section2-cont{
	display: grid;
  	grid-template-columns: repeat(2, 1fr);
  	width: 95%;
  	height: 100%;
  	margin-top: 6%;
  	margin-left: 2.5%;
  	gap:50px;
}

.section2-card{
	width: 100%;
	height: 100%;

}
#section2-card-right{
	display: grid;
  	grid-template-columns: repeat(3, 1fr);
  	gap:5px;
}
.section2-card img{
	width: 95%;
	height: auto;
	margin: auto;
}

#section2-mid-img{
	width: 100%;
}

.section2-content{
	width: 100%;
}

.section2-content h2{
	font-size: 20px;
	letter-spacing: 10px;
	margin-left: 1.5%;
	margin-top: 8%;
}

.section2-content h3{
	font-size: 30px;
	font-weight: 800;
	margin-top: 1%;
	margin-left: 1%;
	color: #2386c9;
}

.section2-content p{
	font-size: 20px;
	margin-top: 3%;
	margin-left: 1%;
	line-height: 35px;
}

.section2-lines{
	display: flex;
	gap: 5px;
	margin-top: 2%;
}

.section2-line1{
	width: 120px;
	height: 4.5px;
	background-color: #2386c9;	
	margin-left: 1.5%;
}

.section2-line2{
	width: 8px;
	height: 4.5px;
	background-color: #2386c9;
}

.section2-line3{
	width: 8px;
	height: 4.5px;
	background-color: #2386c9;
}

.section2-line4{
	width: 5px;
	height: 4.5px;
	background-color: #2386c9;
}