@charset "UTF-8";
#executives:lang(en) {
    font-family: "Arial", sans-serif;
}
@media screen and (min-width: 900px) {
  .executives__item_position {
      font-size: 16px;
  }
}
@media screen and (max-width: 899px) {
  .executives__item_position {
      font-weight: bold;
  }
}

