.content {
  display: flex;
  flex-direction: column;
}

.content .hd {
  display: flex;
  align-items: center;
}

.content .hd img {
  width: 200px;
  margin-right: 120px;
}

.content .bd {
  font-size: 18px;
  margin-top: 48px;
}
