.why-section-mobile {
	overflow:hidden;
  z-index: 1; 
  height: 85vh; 
  background-color: #9ac43b; 
  background-image: url('../texture/green%20texture%202.png'); 
  background-size: cover; 
  background-repeat: no-repeat; 
  background-blend-mode: overlay; 
}
.why-text-mobile {
  top: 28px;
  left: 40px; 
  font-family: 'Anton', sans-serif;
  color: white;
  -webkit-text-stroke: 1px black;
  z-index: 2;
  line-height: 1.1;
  text-align: center;
  transition: left 2.5s ease-out;
  position: absolute;
}
.why-img-mobile {
max-width: 100%; margin-top:138px; z-index: 1; position: absolute; left:0; 
}
.why-text2-mobile {
font-family: 'Anton', sans-serif;
  font-size: 25px;
  color: white;
  -webkit-text-stroke: 1px black;
  top:388px;
  position:relative;
  z-index: 2;
  line-height: 1.1;
  transition: right 2.5s ease-out; 
  text-align: center;
  right:-100vw;
}
.why-section{
min-height: 100vh; overflow:hidden; background-image: url(../texture/green%20texture%202.png);
}
.why-text {
margin-top:70px; margin-bottom:150px; 
         position: relative; left: -100vw; /* Start off-screen to the left */ 
          transition: left 2.5s ease-out;
		  }
