.section3{
	width: 100%;
	height: 100%;
	margin-top: 5%;
background: 
        linear-gradient(rgba(23, 24, 22, 0.8), rgba(23, 24, 22, 0.8)),
        url('../images/forexsniper-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section3-cont{
	display: grid;
  	grid-template-columns: repeat(2, 1fr);
  	width: 90%;
  	height: 100%;
  	margin-top: 6%;
  	margin-left: 5%;
  	gap:50px;
}

.section3-card{
	width: 100%;
	height: 100%;

}

.section3-head{
	width: 200px;
	height: 50px;
	border-radius: 50px;
	margin-top: 22%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: 800;
	font-size: 20px;
	background: #32719c;
background: linear-gradient(90deg,rgba(50, 113, 156, 1) 0%, rgba(0, 153, 255, 1) 100%);
font-family: sans-serif;
}

.section3-card h1{
	margin-top: 6%;
	font-size: 80px;
	color: white;
	line-height: 100px;
	font-family: sans-serif;
	padding-bottom: 20px;
}


.section3-features{
	width: 100%;
	height: 100%;
	margin-top: 4%;
	margin-left: 0%;
	display: grid;
  	grid-template-columns: repeat(2, 1fr);
  	gap: 80px;
  	padding-top: 50px;
  	padding-bottom: 50px;

}

.section3-features-card{
	width: 100%;
	height: 100%;

}

.blob {
            width: 30vw;
            height: 30vw;
            max-width: 180px;
            max-height: 180px;
            min-width: 180px;
            min-height: 180px;
            background: #252525;
            border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: auto;
        }

.section3-features-card h2{
	color: white;
	opacity: 0.8;
	margin-top: 3%;
	font-size: 18px;
	text-align: center;
}
.section3-features-card img{
	width: 55%;
	filter: brightness(0) invert(1);
	opacity: 0.7;
}
.section3-end-blank{
		width: 100%;
		height: 20px;
}