.body .main-w {
  background: #fff;
}

.body .main-w .content-wrap {
  flex-direction: column;
}

.body .main-w .content-wrap h2 {
  margin-top: 56px;
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}

.body .main-w .content-wrap .demeanour-list {
  padding: 0px 30px;
}

.body .main-w .content-wrap .demeanour-list::after {
  content: '';
  width: 350px;
}

.body .main-w .content-wrap .demeanour-list li {
  width: 340px;
  height: 210px;
  margin-bottom: 20px;
}
.body .main-w .content-wrap .demeanour-list li a {
  width: 100%;
  height: 100%;
  justify-content: center;
}

.body .main-w .content-wrap .demeanour-list li img {
  width: 100%;
  height: 160px;
}
