.cookie-modal {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #000;
    padding: 20px;
    width: 330px;
    z-index: 999;
    display: none;
  }
  .cookie-modal .text {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
  }
  .cookie-modal a {
    color: #fff;
  }
  .cookie-modal .dismiss-modal {
    background-color: rgb(241, 214, 0);
    color: #000;
    display: block;
    padding: 10px 20px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
  }
  .clients-table.hpf_cert_cont{
    display: flex;
    justify-content: center;
  }
  .clients-table.hpf_cert_cont li{
    float: none;
    width: unset;
    max-width: 250px;
  }