h2 {
  text-align: center;
}

#instructors h3 {
  font-family: unset;
}

@media screen and (max-width: 460px) {
  #instructors h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#instructors img {
  max-width: 305px;
  max-height: 305px;
}

#instructors ul {
  list-style-type: square;
  margin-left: 0 !important;
}

@media screen and (max-width: 768px) {
  #instructors ul {
    padding: 20px;
  }
}

@media screen and (max-width: 460px) {
  #instructors ul {
    list-style-type: none;
  }
}

@media screen and (min-width: 768px) {
  #instructors ul {
    margin-left: 2rem !important;
    padding-left: 2rem;
  }
}

@media screen and (max-width: 460px) {
  #instructors ul li {
    text-align: center;
  }
}

@media screen and (max-width: 460px) {
  #instructors .instructor-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  #instructors .instructor-description {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#achievements {
  padding: unset !important;
}

#achievements hr {
  width: 100%;
  margin: 1rem;
}

#achievements h3 {
  margin-left: 5%;
  margin-bottom: 2rem;
}

#achievements .wrapper > div:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#achievements .wrapper > div:first-of-type .lines {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
}

#achievements .wrapper > div:first-of-type .lines > div:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#achievements .wrapper > div:first-of-type .lines > div:first-of-type div {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

#achievements .wrapper > div:first-of-type .lines > div:first-of-type div img {
  width: 305px;
  height: 305px;
  margin: 1rem;
  border-radius: 15px;
}

#achievements .wrapper > div:first-of-type .lines > div:first-of-type div p {
  margin: 1rem;
  margin-top: 0;
  text-align: center;
  font-weight: 500;
  max-width: 305px;
}

#achievements .wrapper > div:first-of-type .lines > div:first-of-type div p strong {
  font-size: 1.2rem;
}

#achievements .wrapper > div:first-of-type .lines > div:first-of-type div p span {
  color: var(--orange-nkf);
  font-weight: bold;
}

#achievements .wrapper > div:first-of-type .lines:nth-child(2n+2) {
  background-color: var(--gray-color-100);
}

#achievements .wrapper > div:first-of-type .lines:nth-child(2n+2) h3 {
  margin-top: 3rem;
}
/*# sourceMappingURL=instructors-style.css.map */