#webContainer {
    padding-top: 70px;
  }
  #webContainer > .pBox {
    background-color: #edf4f7;
    padding: 50px;
    position: relative;
  }
  #webContainer > .pBox > p {
    max-width: 1200px;
    margin: 0 auto;
  }
  #webContainer > .pBox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/wl.png);
    background-repeat: no-repeat;
    background-size: 400px auto;
    background-position: -100px 50px;
    opacity: 0.1;
  }