.case-wrap {
  height: 1108px;
  padding-top: 80px;
  background-color: #efefef;
}

.case-list {
  display: flex;
  flex-wrap: wrap;
  width: 1280px;
  margin: 0 auto;
  justify-content: space-between;
  margin-top: 70px;
}


.img-box {
  width: 626px;
  height: 325px;
  overflow: hidden;
}

.case-list p {
  font-size: 18px;
  margin: 13px 0 40px;
}