.flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.flex .text {
  margin-right: 107px;
}
.flex .img {
  width: 100%;
}
.flex .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.img_box div {
  margin-right: 160px;
  text-align: center;
}
.img_box div p {
  font-size: 20px;
  color: #333;
  height: 55px;
}
.img_box div .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
