.section4{
	width: 100%;
	height: 100%;
	padding-bottom: 50px;
}

.section4-cont{
	display: grid;
  	grid-template-columns: repeat(2, 1fr);
  	width: 90%;
  	height: 100%;
  	margin-top: 9%;
  	margin-left: 5%;
  	gap:60px;
}

.section4-card{
	width: 100%;
	height: 100%;
}

.section4-card img{
	width: 70%;
	height: auto;
	margin-left: 15%;
}

.section4-card h1{
	color: #ff4b01;
	font-size: 45px;
	  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ff4b01;
  margin-top: 13%;
}

.section4-card p{
  font-family: sans-serif;
  color: black;
  opacity: 0.7;
  font-size: 17px;
  width: 90%;
  line-height: 35px;
}

.section4-btn{
	width: 180px;
	height: 50px;
	border-radius: 50px;
	background-color: #fff;
	margin-top: 3%;
	border: 1px solid #ff4b01;
	transition: 0.3s ease;
}

.section4-btn:hover{
	background-color: #ff4b01;
}




.section4-btn a{
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ff4b01;
	width: 100%;
	height: 100%;
	font-weight: 600;
}

.section4-btn:hover a{
	color: white;
}