.title-about {
  /* border-bottom: 2px solid #dcdde1; */
  padding: 30px 100px 10px 100px;
  font-size: 1.5em;
}
.title-about h2 {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid;
}
.navs-about {
  /* backdrop-filter: saturate(180%) blur(20px); */
  background: #ffffff;
  text-align: center;
}
.navs-link {
  display: inline-block;
  vertical-align: middle;
  padding: 15px;
  color: #111;
  text-decoration: none;
  cursor: pointer;
}
.active-link {
  color: #ff6f4c;
  font-size: 1.5em;
}

/* menu scoll  */
.scrolls {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.scrolls::-webkit-scrollbar {
  display: none;
}

/* Mission */
html,
body {
  height: 100%;
  margin: 0;
}
.contact-body {
  min-height: 100%;
}
.contact-main {
  overflow: auto;
  padding-bottom: 100px;
}
.contact-container {
  background: #fff;
  text-align: center;
  padding: 0;
  margin: 0 100px;
}
.contact-container h2 {
  font-size: 2rem;
  /* text-align: le; */
  padding: 1em 0 0;
}
.contact-container section {
  color: #333;
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.contact-container p {
  text-align: left;
  /* text-indent: 25px; */
  font-size: 1.2em;
  padding: 1em 1em;
}
.address-contact {
  text-align: start;
}
.map-contact {
  height: 100%;
}
.map-contact > iframe {
  height: 250px;
}
@media (max-width: 1020px) {
  .contact-main {
    padding-bottom: 60px;
  }
  .title-about {
    padding: 70px 25px 10px 25px;
    font-size: 1.2em;
  }
  .contact-container {
    margin: 0 25px;
  }
  .contact-container p {
    font-size: 14px;
    padding: 1em 0.9em;
  }
  .contact-container h2 {
    font-size: 30px;
  }
  .contact-container section {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .map-contact {
    margin-top: 20px;
  }
}
