.end {
    width: 1200px;
    margin: 0 auto;
    height: 700px;
    font-size: 58px;
    color: #fff;
    background: url("../img/case/end.png") no-repeat;
    margin-top: 20px;
  }
  .end .title {
    padding-top: 110px;
    text-align: center;
  }
  .end ul {
    height: 400px;
    padding: 100px 100px 130px 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
  }
  .end ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 220px;
  }
  