body,
html {
  margin: 0;
  height: 100%;
}
.content {
  width: 100%;
  margin: 0%;
  overflow: hidden;
  margin-bottom: 6%;
}
.content-body {
  margin: 0% 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;
}

.criteria {
  padding: 2% 1.5%;
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.criteria label {
  font-family: "Times New Roman", Times, serif;
}

.criteria h2,
h1 {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.individual {
  width: 50%;

  display: flex;
  flex-direction: column;
}

.company {
  width: 50%;

  display: flex;
  flex-direction: column;
}

.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%;
  }

  .criteria {
    flex-direction: column;
    width: 100%;
    gap: 3rem;

    padding: 0%;
  }

  .individual,
  .company {
    flex: auto;

    width: 100%;
    font-size: 0.7rem;
  }
}
