.content .article .banner1,
.content .article .banner2 {
  width: 450px;
  margin-top: -20px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .content .article .banner1,
  .content .article .banner2 {
    width: 100%;
  }
}
.content .article .banner1 img,
.content .article .banner2 img {
  width: 100%;
}
.content .article .banner2 {
  margin-top: 40px;
}
