.article {
  width: 890px;
  max-width: 100%;
  margin: 0 auto 20px;
  padding: 20px 0px;
}

#it-engineer-appeal .key-points {
  padding: 0 10px 20px 20px;
  font-size: larger;
}
#it-engineer-appeal .headline {
  font-weight: bolder;
}
#it-engineer-appeal .appeals dt {
  padding-bottom: 5px;
}
#it-engineer-appeal .appeals dd {
  padding: 0 5px 20px 10px;
}

#it-engineer-interview .questions dt {
  padding-bottom: 5px;
}
#it-engineer-interview .questions dd {
  padding: 0 5px 20px 0;
}
#it-engineer-interview .questions dd .wrapper {
  display: flex;
  flex-wrap: wrap-reverse;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  gap: 20px;
}
#it-engineer-interview .questions dd li {
  flex-grow: 1;
  flex-basis: 180px;
}
#it-engineer-interview .questions dd li.image-item {
  flex: 0 0 auto;
  max-width: 100%;
}
#it-engineer-interview .questions dd li.image-item img {
  width: 100%;
  max-width: 180px;
  height: auto;
  display: block;
  margin: 0 auto;
}
#it-engineer-interview .questions dd li:not(.image-item) {
  flex-grow: 999;
  flex-basis: 300px;
}

/*# sourceMappingURL=it_engineer.css.map */
