.section4{
	width: 100%;
	height: 100%;

}

.section4 h1{
	margin-top: 7%;
	text-align: center;
	color: #4f7154;
	font-size: 38px;
	font-size: 50px;
	  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #4f7154;
  margin-top: 6%;
	font-style: italic;
}
.section4 h2{
	margin-top: -1.5%;
	text-align: center;
	color: black;
	font-size: 20px;
	opacity: 0.7;
	width: 80%;
	margin-left: 10%;
	line-height: 35px;
}


.section4-cont{
	display: grid;
  	grid-template-columns: repeat(2, 1fr);
  	width: 70%;
  	height: 100%;
  	margin-top: 3%;
  	margin-left: 15%;
  	gap:30px;
}

.section4-card{
	width: 100%;
	height: 100%;
	border-radius: 15px;
	position: relative;
}

#section4-woman-img{
	width: 100%;
	height: auto;
	border-radius: 15px;
}

#section4-right-card{
	background-color: #4f7154;
}





.section4-right-imgs{
	width: 30%;
	margin-top: 16%;
	margin-left: 35%;
	position: relative;
	display: flex;
	text-align: center;
	justify-content: center;
}

#sologan_text{
	width: 100%;
	filter: brightness(0) invert(1);
	position: relative;
	animation: rotate 8s linear infinite;
	margin-top: 0%;
}

#slogan_logo{
	width: 45%;
	position: absolute;
	text-align: center;
	transform: translateY(-50%);
	top:50%;
	filter: brightness(0) invert(1);

}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.section4-card h3{
	font-weight: 900;
	font-size: 50px;
	color: white;
	position: absolute;
	transform: translateX(-50%);
	top: -9%;
	left: 50%;
	opacity: 0.1;
}

.section4-card p{
	text-align: center;
	color: white;
	width: 95%;
	margin-left: 2.5%;
	line-height: 20px;
	margin-top: 5%;
}


.section4-end{
	display: grid;
  	grid-template-columns: repeat(5, 1fr);
  	width: 90%;
  	height: 100%;
  	margin-top: 7%;
  	margin-left: 5%;
  	gap:60px;
}

.section4-end-card{
	width: 100%;
	height: 100%;
}

.section4-end-card img{
	width: 45%;
	margin-left: 27.5%;
	opacity: 0.8;
	filter: brightness(0.5); 
}

.section4-end-card h3{
	text-align: center;
	color: #39b54a;
		opacity: 0.7;
	filter: brightness(0.5); 
	margin-top: 3%;
}