.section6{
	width: 100%;
	height: 100%;
}
.section6-responsive{
	display: none;
}
.section6 span{
	display: inline-flex;
	-ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 8%;
    margin-left: 49%;
}

.section6 span h1{
	font-size: 30px;
	font-weight: 600; 

}

.section6 span img{
	width: 20px;
	height: 30px;
	margin-top: 3%;
}
.sectrion6-card-cont{
	width: 100%;
	margin-left: 0%;
    margin-top: 5%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(550px,1fr));
	gap: 120px 30px;
}

.section6-card{
	width: 100%;
	height: 300px;

}

#section6-img{
	height: 100%;
	margin-left: 20%;
}

#section6-left .section6-card-cricle{
	position: absolute;
	margin-top:-18%;
	margin-left: 36%; 
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background-color: white;	
	box-shadow: 1px 4px 9px #e8ebf1;
}

.section6-card-cricle img{
	width: 60%;
	margin-top: 22%;
	margin-left: 22%;	
}

.section6-card h1{
	font-weight: 600;
	margin-top: 5%;
	margin-left: 3%;
}

.section6-card h2{
	font-size: 27px;
	font-weight: 400;
	font-family: sans-serif;
	color: #969a9b;
	margin-top: 4%;
	margin-left: 3%;

}

.section6-card p{
	margin-top: 4%;
	margin-left: 4.5%;
}

#section6-right .section6-card-cricle{
	position: absolute;
	margin-top:-18%;
	margin-left: 4%; 
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background-color: white;	
	box-shadow: 1px 5px 9px #e8ebf1;
}

.section6-blank{
	width: 100%;
	height: 100px;
}