
  .werkgebied-box {
    max-width: 900px;
    margin: 0 auto;
    padding: 35px 25px;
    background: #ffffff;
    text-align: center;
    font-family: inherit;
  }

  .werkgebied-box h2 {
    color: #444a2d;
    font-size: 34px;
    margin-bottom: 12px;
    font-weight: 700;
  }

  .werkgebied-box p {
    max-width: 650px;
    margin: 0 auto 25px;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
  }

  .postcode-tabel {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #e6e1d2;
  }

  .postcode-tabel td {
    padding: 12px 10px;
    border: 1px solid #e6e1d2;
    color: #444a2d;
    font-weight: 600;
    background: #fff;
  }

  .postcode-tabel tr:nth-child(even) td {
    background: #faf8f0;
  }

  .postcode-tabel td:hover {
    background: #d8ae0a;
    color: #ffffff;
  }

  @media (max-width: 600px) {
    .werkgebied-box {
      padding: 25px 15px;
    }

    .werkgebied-box h2 {
      font-size: 28px;
    }

    .postcode-tabel td {
      display: inline-block;
      width: 33.33%;
      box-sizing: border-box;
    }

    .postcode-tabel tr {
      display: contents;
    }
  }
