* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
  }
  .subhero{
    min-height: 30.5vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(../images/photos/top.jpg);
    background-position: center;
    position: relative;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8rem;
  }
  .subhero-box{
    align-items: center;
    justify-content: center;
}
  .subhero h1{
    font-size: 50px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  .about-title{
    border: none;
    padding-top: 3rem;
  }

  @media only screen and (max-width: 600px){
    .subhero{
      top: 0;
    }
    .subhero h1{
      font-size: 25px;
      text-align: center;
      color: #fff;
    }
    .subhero-box{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .subhero{
        width: 100%;
    }
    .subhero-box{
      align-items: center;
      justify-content: center;
      /* padding-top: 5rem; */
  }
  .about-img img{
    border-radius: 5px;
  }
  }

  /* =========== MISSIONS ============= */
  
  .mission{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
  }
  .mission h1{
    font-size: 30px;
    font-weight: 600;
    color: #1e714dff;
  }
  .mission p{
    font-size: 14px;
    line-height: 22px;
    padding: 10px;
    font-weight: 300;
  }
.mission-col{
  flex-basis: 30%;
  background:  #aeead0ff;
  border-radius: 10px;
  margin-bottom: 5%;
  padding: 20px 12px;
  box-sizing: border-box;
  transition: all .3s ease;
}
.mission-col:hover{
  box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
  scale: 1.08;
}
.mission-col h3{
  text-align: center;
  font-weight: 600;
  margin: 0px 0;
}


.mission-col .fa-solid{
  font-size: 30px;
  color: #1e714dff;
  padding: 10px 0;
}


 /* ================ ABOUT ============= */
 .ab{
  padding-top: 5rem;
  align-items: center;
  justify-content: space-between;
 }
 .about-container{
  padding-top: 40px;
  margin:auto;
  width: 90%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.about-img{
  width: 80%;
}
.about-img img{
  width: 100%;
}
.about-text{
  padding-left: 2rem;
  width: 80%;
}
.ab h1{
  font-size: 25px;
  text-align: center;
  color: #1e714dff;
  text-transform: capitalize;
  font-weight: 600;
}
.ab p{
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}
.about-text h2{
  color: #1e714dff;
  padding-bottom: 10px;
  font-weight: 500;
}
.about-text p a{
  text-decoration: none;
}
.about-text p:hover a{
  text-decoration: underline;
  color: #1e714dff;
}

@media only screen and (max-width: 600px){
  section .about-container{
    padding-top: 5px;
    flex-direction: column-reverse;
  }
  .about-text{
    padding-left: 0rem;
    width: 75%;
    align-content: center;
    text-align: center;
  }
  .about-text h1{
font-size: 20px;
  }
  section .about-img{
    width: 80%;
    margin-top: 10px;
  }
  .about-text p{
    font-size: 14px;
    text-align: justify;
  }
  .about-text p a{
    color: #1e714dff;
  }
  .main {
    grid-gap: 40px;
  }
  .profile-card:hover {
    margin: 3.5rem;
  }
  .p-title h1{
    font-size: 18px;
    text-transform: uppercase;
  }
  .p-title p{
    font-size: 13px;
  }
}
/* Tablet styles */
@media only screen and (min-width: 601px){
  /* Adjust styles for tablet */
  section .about-container{
    padding-top: 30px;
    flex-direction: row;
  }
  .about-text p{
    margin: 10px;
    padding: 0;
    text-align: justify;
  }
  .about-img{
    width: 50%;
    margin-top: 10px;
  }
  .about-img img{
    border-radius: 5px;
  }
  .subhero-box{
    align-items: center;
    justify-content: center;
  }
  .subhero h1{
    font-size: 30px;
  }
  .main {
    grid-gap: 20px;
  }
  .profile-card:hover {
    margin: 3.5rem;
  }
  .p-title h1{
    font-size: 25px;
    text-transform: none;
  }
  .p-title p{
    font-size: 15px;
    color: #000;
    text-transform: none;
  }
  
}

/* Desktop styles */
@media only screen and (min-width: 1024px) {
  /* Adjust styles for desktop */
  section .about-container{
    flex-direction: row;
    width: 80%;
  }
  .about-text{
    width: 45%;
  }
  .about-text p{
    text-align: left;
  }
  .subhero-box{
    align-items: center;
    justify-content: center;
    /* padding-top: 6.7rem; */
  }
  .subhero h1{
    font-size: 41px;
  }

}

/* Desktop styles */
@media only screen and (min-width: 1440px) {
  /* Adjust styles for desktop */
  section .about-container{
    flex-direction: row;
    width: 80%;
  }
  .about-text{
    width: 45%;
  }
  .about-text p{
    text-align: left;
  }
  .subhero-box{
    align-items: center;
    justify-content: center;
    padding-top: 0rem;
}
.main {
  grid-gap: 20px;
}

}

/* Desktop styles */
@media only screen and (min-width: 2560px) {
  /* Adjust styles for desktop */
  section .about-container{
    flex-direction: row;
    width: 80%;
  }
  .about-text{
    width: 45%;
  }
  .about-text p{
    text-align: left;
  }
  .subhero{
    margin-top: 13rem;
  }
  .subhero-box{
    align-items: center;
    justify-content: center;
    padding-top: 6.7rem;
}
.subhero h1{
  font-size: 74px;
}
}
.p-title {
  border: none;
}
.main {
  height: auto;
}