.container {
  height: 100vh;
}

@media screen and (max-width: 768px) {
  .container {
    height: 100%;
    padding: 20px;
  }
}

h1 {
  letter-spacing: 8px;
  font-size: 75px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

.hashtag {
  color: #ED66A5;
  font-size: 18px;
  text-shadow: 0 0 20px #EB337B;
}

.card {
  color: white;
  font-weight: 300;
  padding: 20px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 24px;
  max-width: 1130px;
  margin: auto;
  margin-top: 60px;
}

.card .box-btn {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.wrapper {
  position: relative;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .wrapper {
    height: 300px;
  }
}

.teams {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.teams .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background-color: #101028;
  -webkit-box-shadow: 0px 20px 20px rgba(237, 102, 165, 0.1);
          box-shadow: 0px 20px 20px rgba(237, 102, 165, 0.1);
  margin-bottom: 50px;
}

.teams .header {
  width: 100%;
  text-align: center;
  font-size: 35px;
  margin: 20px 0 10px 0;
  color: #fff;
  text-shadow: 0 0 20px #EB337B;
}

.teams .person {
  position: relative;
}

.teams .person img {
  vertical-align: top;
  margin: 0;
  width: 400px;
}

@media screen and (max-width: 768px) {
  .teams .person img {
    width: 100%;
  }
}

.teams .person .role {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding: 10px 25px;
  font-size: 25px;
}

.teams .person .role.boss {
  color: #fff;
  background-color: #ED66A5;
}

.teams .person .role.teacher {
  background: #76BFD0;
}

.teams .person .role.main {
  border: 4px solid #ED66A5;
  color: #ED66A5;
}

.n-frame {
  max-width: 1920px;
  margin: auto;
  position: relative;
  padding: 35px;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .n-frame {
    padding: 0;
  }
}

.n-frame .inner {
  width: 100%;
  padding: 30px 45px;
  min-height: calc(100vh - 70px);
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to right, #ED66A5, transparent 33%, transparent 67%, #76BFD0);
}

@media screen and (max-width: 768px) {
  .n-frame .inner {
    min-height: 100vh;
  }
}

body {
  position: relative;
}

#nav-D {
  position: absolute;
  top: 25px;
}

.footer {
  color: rgba(255, 255, 255, 0.8);
}
/*# sourceMappingURL=about_us.css.map */