* {
  margin: 0;
  padding: 0;
}

/* background picutre */
.mission-banner {
  background: url("../img/mission.jpg");

  background-size: cover;
  background-position: center;
  width: 100%;
  height: 600px;
}



.mission-overlay-content {

  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;

}

.mission-overlay-content h1 {
  font-size: 67.5px;
  font-weight: 700;
  color: white;


}

.mission-overlay-heading h4 {
  font-size: 19.995px;
  font-weight: 400;
  color: white;
}

.mission-overlay-heading {
  width: 80%;

}

.mission-overlay-content a {
  margin-top: 20px;
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.3;
  padding: 15px 30px;
  cursor: pointer;
  letter-spacing: 1px;
  border-radius: 50px;
  background-color: #05264d;
  border-color: #05264d;
  text-decoration: none;
  color: white;
  transition: 0.3s;
}

.mission-overlay-content a:hover {
  background-color: #8906b7;
}

/* end background picture */
.our-mission {
  width: 100%;
  margin-top: 3rem;
}

.our-mission-inner {
  width: 80%;
  margin: 0 auto;
}

.our-mission-title {
  color: #05264d;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
  margin: 25px 0 25px;
  padding: 0;
}

.para {
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
  font-weight: 400;
}

ul.lists {
  font-size: 16px;
  padding-left: 0;
  list-style: none;
  margin: 0 0 25px;
  line-height: 1.5;
  font-weight: 400;
}

ul.lists li {
  margin-bottom: 10px;
  padding-left: 30px;
}

ul.lists li::before {
  color: #05264d;
  line-height: 0;
  font-size: 40px;

}

@media (max-width: 850px) {




  .our-mission-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .para,
  ul.lists {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .mission-overlay-content h1 {
    font-size: 50px;
  }

  .mission-overlay-heading h4 {
    font-size: 17px;
  }
}

@media (max-width: 575px) {
  .our-mission-inner {
    width: 100%;
  }
  .our-mission {
  width: 100%;
  margin-top: 1rem;
}
  .para {
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
  font-weight: 400;
  padding-left: 30px;
}
  

  .our-mission-title {
    font-size: 17px;
    padding-left: 30px;
  }

  .para,
  ul.lists {
    font-size: 12px;
  }

  .mission-overlay-content h1 {
    font-size: 30px;
  }

  .mission-overlay-heading h4 {
    font-size: 14px;
  }
}