#about {
  margin-top: 10em;
}
#about h1 {
  font-size: 3.6em;
  font-weight: 700;
}
#about .desc {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: 1.6em;
  font-size: 2.8em;
  font-weight: 300;
  max-width: 120rem;
  line-height: 1.4;
}
#about .desc strong, #about .desc em {
  font-weight: 700;
}

.about_framed {
  margin-top: 10em;
}
.about_framed ._grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.about_framed .col_a {
  background: #121C44;
  grid-column: 1/span 1;
}
.about_framed ._main {
  display: grid;
  grid-template-columns: 1fr 40%;
  align-items: center;
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  background: #121C44;
  grid-column: 2/span 1;
  width: 100vw;
  overflow: hidden;
  gap: 20em;
}
.about_framed .col_c {
  background: transparent;
  grid-column: 3/span 1;
}
.about_framed ._left {
  padding: 10em 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2em;
  grid-column: 1/span 1;
}
.about_framed ._right {
  grid-column: 2/span 1;
}
.about_framed ._right img {
  width: 100em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.about_framed h2, .about_framed h1 {
  font-size: 3.6em;
  font-weight: 700;
}
.about_framed .desc {
  font-size: 2.8em;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.about_framed .desc strong, .about_framed .desc em {
  font-weight: 700;
}

#vision ._right {
  grid-column: 2/span 1;
}
#vision ._right img {
  width: 110em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: -24em;
     object-position: -24em;
}
#vision .desc {
  font-weight: 300;
}

#what_main {
  margin-top: 10em;
}
#what_main .container {
  display: flex;
  flex-direction: column;
  gap: 8em;
}

.single_about_what {
  display: grid;
  flex-direction: column;
  grid-template-columns: 50% 45%;
  gap: 2em 5%;
}
.single_about_what .title {
  grid-column: 1/span 1;
  grid-row: 1/span 1;
  display: flex;
  font-size: 3.6em;
  font-weight: 700;
}
.single_about_what .title .no {
  width: 7rem;
  color: #B3DBF6;
}
.single_about_what .desc {
  grid-column: 1/span 1;
  grid-row: 2/span 1;
  font-size: 2.2em;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  gap: 1.2em;
  padding-left: 7rem;
}
.single_about_what .desc ul {
  display: flex;
  flex-direction: column;
  gap: 1.2em;
  list-style-type: disc;
}
.single_about_what ._right {
  grid-column: 2/span 1;
  grid-row: 1/span 2;
  display: flex;
  align-items: center;
}
.single_about_what ._right img {
  width: 100%;
}

#contact {
  margin-top: 8em;
  font-size: 1.2rem;
}
#contact h1 {
  font-size: 3.4em;
  font-weight: 700;
  margin: 0;
  margin-bottom: 0.6em;
}
#contact ._desc {
  font-size: 2.1em;
  font-weight: 400;
}
#contact ._contact {
  margin-top: 8em;
}
#contact ._contact ul {
  display: flex;
  flex-direction: column;
  gap: 0.85em;
  margin-top: 4em;
}
#contact ._grid {
  display: grid;
  grid-template-columns: 1fr 28em;
  gap: 8em;
}

.single_contact {
  display: flex;
  flex-direction: column;
  font-size: 2.1em;
  gap: 0.6em;
  color: #121C44;
  padding: 0.35em 0;
}
.single_contact ._top {
  display: flex;
  align-items: center;
  gap: 2em;
  font-weight: 700;
}
.single_contact ._icon {
  font-size: 2.2em;
  position: relative;
  top: 0em;
  width: 1em;
  height: 1em;
  color: #2598E5;
}
.single_contact a {
  color: #121C44;
}
.single_contact a:hover {
  color: #2598E5;
}

#map_container {
  width: 100%;
  height: 80vh;
  min-height: 60em;
  border-radius: 2em;
}

@media (max-width: 1000px), (max-aspect-ratio: 1.5) {
  .about_framed .col_a, .about_framed .col_c {
    display: none;
  }
  .about_framed ._main {
    display: flex;
    flex-direction: column;
    gap: 3em;
    border-radius: 2em;
  }
  .about_framed ._main ._left {
    order: 2;
    padding: 1em 4em 4em 4em;
  }
  .about_framed ._main ._right {
    order: 1;
    width: 100%;
  }
  .about_framed ._main ._right img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    max-width: 100%;
    max-height: 35em;
  }
  #vision ._right img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    max-width: 100%;
    max-height: 35em;
  }
}
@media (max-width: 1000px), (max-aspect-ratio: 1) {
  #contact .container._a_b {
    max-width: 92%;
  }
  #contact .container._b {
    max-width: 92%;
  }
  .single_about_what {
    display: flex;
    flex-direction: column;
    gap: 7em;
  }
  .about_framed ._right {
    justify-content: center;
  }
  .about_framed ._right img {
    width: 100%;
    max-width: 70em;
  }
}
@media (max-width: 1000px), (max-aspect-ratio: 0.7222222222) {
  #contact ._grid {
    grid-template-columns: 1fr;
  }
  #contact ._grid ._right {
    order: 2;
  }
  #contact ._grid ._left {
    order: 1;
  }
  #contact ._grid ._left ._contact {
    margin-top: 0;
  }
}/*# sourceMappingURL=about.css.map */