article .content .center {
  padding: 60px 0;
}
article .content .center .codes {
  display: flex;
  justify-content: center;
}
article .content .center .codes img:first-of-type {
  margin-right: 20px;
}
article .content .center .codes img:last-of-type {
  margin-left: 20px;
}
article .content .center .con_person {
  display: flex;
  justify-content: space-between;
}
article .content .center .con_person img:first-of-type {
  margin-top: 35px;
  margin-left: 69px;
}
article .content .center .con_person img:last-of-type {
  margin-top: 55px;
  margin-right: 30px;
}
article footer {
  margin-top: 76px;
}
