.home-page-two{
   min-height: 100vh;
  background: url(../images/child_boat.jpeg) no-repeat;
  background-size: cover;
  background-position: center;

 

  display: flex;
  align-items: center;
}

 .home-info-container-two{
  background-color:rgba(0, 0, 0, 0.6);
  
  padding: 20px;
  color: #fff;
  border-radius: 0.8rem;
  margin: 5rem;


 }

 .home-info-container-two h3{
font-size: 3.8rem;
 }










/* aboutttt */
.about-section-one{
  margin: 4.5rem auto;
  padding: 1rem 2.5rem ;
}

.dwd-container{
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
}


.dwd-image{
  flex: 1 1 32rem;
  order: 1;
}
.dwd-image img{
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  object-fit: cover;
}

.dwd-info{
  flex: 1 1 32rem;
  order: 2;
}

.dwd-info h3{
  font-size: 2rem;
  padding-bottom: 1rem;
}
.dwd-info p{
  font-size: 1.2rem;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  
}
.dwd-info p span{
  font-weight: 700;
}





.about-us-container{
padding: 2rem;
}
.about-us-container .empower{
 margin: 0 auto;
 font-size: 2.5rem;
}

.the-about-us-section{
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;

}
.about-four-images{
  flex: 1 1 30rem;
  order: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
.about-four-images img{

  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
   box-shadow: 0 6px 18px rgba(0,0,0,0.4); 
}
 .about-four-images .img-small{
  height: 12rem;
 

}

.about-four-images .img-wide{
  height: 10rem;
 
}


.about-our-story{
  flex: 1 1 35rem;
  order: 2;

}

.about-our-story h3{
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
}
.about-our-story p{
  font-size: 1.2rem;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  
}
.about-our-story ul{
  font-size: 1.2rem;
  line-height: 1.5;
}
.about-our-story button{
  padding: 1rem 1.5rem;
    font-size: 1.2rem;
    margin-top: 1rem;
    color: #fff;
    background-color: var(--primary-blue);
    border-radius: 4px;
    cursor: pointer;
}
.about-our-story button:hover{ 
 border: 1px solid var(--accent-purple);
  color: var(--accent-purple);
  background-color: rgba(255, 255, 255, 0.8);
}