@import url('https://fonts.googleapis.com/css2?family=Balgin+Black&display=swap');

.section2{
	width: 100%;
	height: 100%;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
}

.section2-cont{
	display: grid;
  	grid-template-columns: repeat(2, 1fr);
  	width: 90%;
  	height: 100%;
  	margin-top: 9%;
  	margin-left: 5%;
  	gap:60px;
}

.section2-card{
	width: 100%;
	height: 100%;

}
.section2-imgs{
	display: flex;
	width: 95%;
	margin-left: 2.5%;
	margin-top: 2%;
}
#section2-img1{
	width: 50%;
	 transform: rotate(15deg);
	 border-radius: 20px;
}

#section2-img2{
	width: 50%;
		 transform: rotate(-15deg);
	 border-radius: 20px;
	 margin-left: -2%;
}

.section2-card p{
	color: #39b54a;
	letter-spacing: 3px;
	margin-top: -4%;
	font-weight: 600;
}

.section2-card h1{
	color: #ff4b01;
	font-size: 50px;
	margin-top: 0%;

}

.section2-card h2{
	font-weight: 300;
	font-size: 18px;
	margin-top: -3%;
	width: 100%;
	line-height: 30px;
	opacity: 0.6;
}

.section2-btn{
	width: 30%;
	height: 50px;
	background-color: #ff4b01;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3%;
}


.section2-btn a{
	text-decoration: none;
	color: white;
	font-family: sans-serif;
	font-weight: 600;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section2-end{
	display: grid;
  	grid-template-columns: repeat(5, 1fr);
  	width: 90%;
  	height: 100%;
  	margin-top: 10%;
  	margin-left: 5%;
  	gap:60px;
}

.section2-end-card{
	width: 100%;
	height: 100%;
}

.section2-end-card img{
	width: 45%;
	margin-left: 27.5%;
	opacity: 0.7;
	filter: brightness(0.5); 
}

.section2-end-card h3{
	text-align: center;
	color: #39b54a;
		opacity: 0.7;
	filter: brightness(0.5); 
	margin-top: 3%;
}
