body,
html {
  margin: 0;
  height: 100%;
}
.content {
  width: 100%;
  margin: 0%;
  overflow: hidden;
  margin-bottom: 6%;
}
.content-body {
  margin: 2% 5%;
}
.content-header {
  width: 100%;
  margin: 0%;
  padding: 0%;
  overflow: hidden;
  height: 23vw;
}
.header-body {
  position: absolute;
  margin-top: 12%;
  width: 97%;
  margin-left: 3%;
  overflow: hidden;
  z-index: 0;
}

.header-body h1 {
  margin: 0%;
  color: white;
  text-align: center;
  font-size: 3vw;
}

.content-header img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .content-header {
    height: 40vw;
  }
  .header-body {
    margin-top: 19%;
  }
  .header-body h1 {
    font-size: 8vw;
  }
}

.cont {
  padding: 0% 0%;
  overflow: hidden;
}

.pres {
  width: 96%;
  height: 14vw;
}
.mv {
  width: 100%;

  height: 27vw;
  overflow: hidden;
  margin-bottom: 3%;
}

.mission {
  padding: 1% 4%;
  float: left;
  width: 38%;
  color: #333333;
  margin: 2%;
  height: 100%;
  background: #f0f0f0;
}
.mission p {
  font-family: century gothic;
  font-size: 1.2vw;
  line-height: 2vw;
  color: #333333;
}
.vision {
  background: #f0f0f0;
  padding: 1% 4%;
  float: left;
  width: 38%;
  color: #333333;
  height: 100%;
  margin: 2%;
}
.vision p {
  font-family: century gothic;
  font-size: 1.2vw;
  line-height: 2vw;
  color: #333333;
}
.pres-words {
  padding: 1% 0%;
  float: left;
  width: 100%;
  color: #333333;
  height: 100%;
}
.pres-img {
  float: left;
  padding-right: 2%;
  padding-bottom: 2%;
  width: 50%;
  height: 100%;
}
.pres-img img {
  width: 100%;
  height: 100%;
}
.pres-words p {
  margin-top: 1.5%;
  font-family: century gothic;
  font-size: 1vw;
  line-height: 1.7vw;
  color: #333333;
}
.pres-words h1 {
  font-family: century gothic;
  color: #2a3749;
  font-size: 2.5vw;
  text-align: center;
  margin: 0;
}
.pres-words h2 {
  font-family: century gothic;
  color: #2a3749;
  font-size: 1.8vw;
  font-weight: lighter;
  text-align: center;
}

.pres-words ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.line {
  background: #2a3749;
  padding: 0.6%;
  width: 1%;
  height: 16.5%;
  float: left;
}
.line2 {
  background: #2a3749;
  padding: 2% 0%;
  width: 10%;
  margin-left: 45%;

  float: left;
}
.mv ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 1.2vw;
}
.mv li {
  font-weight: bolder;
  color: #333333;
}
.mv h1 {
  font-family: century gothic;
  color: #2a3749;

  font-size: 2.5vw;
}
#fas {
  float: left;
  font-size: 2vw;
  color: #1472d7;
  margin-right: 1%;
}

@media only screen and (max-width: 700px) {
  .line {
    background: #2a3749;
    padding: 0%;
    width: 00%;
    height: 0%;
    float: left;
  }
  .pres-words p {
    font-family: century gothic;
    font-size: 3vw;
    line-height: 5vw;
    color: #333333;
    text-align: center;
  }
  .pres-words h1 {
    font-family: century gothic;
    color: #2a3749;
    margin-left: 0%;
    font-size: 5vw;
    text-align: center;
  }
  .pres-words h2 {
    font-family: century gothic;
    color: #2a3749;
    text-align: center;
    margin-left: 0%;
    font-size: 3vw;
  }

  .pres {
    width: 96%;
    margin: 5% 0%;
    height: auto;
  }
  .cont {
    margin: 0% 0%;
    padding: 0% 0%;
  }

  .mv {
    width: 100%;
    height: 23vw;
  }
  .mission {
    width: 90%;
  }
  .mv {
    height: auto;
  }
  .mv h1 {
    font-size: 6vw;
  }
  .vision {
    width: 90%;
  }
  .vision p {
    font-family: century gothic;
    font-size: 4vw;
    line-height: 6vw;
    color: #333333;
  }
  .mission p {
    font-family: century gothic;
    font-size: 4vw;
    line-height: 6vw;
    color: #333333;
  }
  .mv ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .mv li {
    color: #333333;
  }
  #fas {
    float: left;
    font-size: 6vw;
    color: #1472d7;
    margin-right: 1%;
  }
  .pres-words {
    width: 100%;
  }
  .pres-img {
    width: 100%;
  }
}
