.section6{
	position: relative;
	width: 100%;
	height: 100%;
}
.section6 img{
	width: 100%;
	height: 100%;

}
.section6-cards-cont{
	width: 90%;
    margin-top: 5%;
    margin-left: 5%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
	gap: 30px;
	position: relative;
    background-image: url('wind2.png');
    background-size: cover;
    background-position: center;
    height: 400px;
}

.section6-cards-cont::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.86;
}

.section6-card{
	width: 100%;
	height: 100%;
	z-index: 1;
}

.section6-card h1{
	font-size: 50px;
	color: #081467;
	text-align: center;
	margin-top: 70%;
}

.section6-card h2{
	font-size: 22px;
	color: #1631e5;
	text-align: center;
    margin-top: 0%;
}