.list .container {
  font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
  max-width: 750px;
  background-color: #fff;
  border-radius: 45px;
  padding-right: 70px;
  padding-left: 70px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.ls {
  margin-bottom: 20px;
}


.qualify .name {
    color: #2C3E4F;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    width: 50%;
    height: 25px;
    margin-top: 9px;
    margin-bottom: 9px;
    margin-left: 16px;
    margin-right: 16px;
  }
  
  .qualify {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .qualify .pad {
    display: none;
  }
  
  @media (min-width: 675px) {
    .qualify .pad {
      display: -ms-flexbox;
      display: flex;
    }
  }

  p.title {
    font-size: 24px;
    font-weight: bold;
    color: #3266CC;
  }