.signatures-heading {
  line-height: 1;

  & > div {
    font-size: 7em;
    margin-bottom: 0.3em;
  }
}

.signatures a,
.ad-signatories-block .signatures span {
  color: var(--aad-white);
  font-size: 0.6em;
  text-decoration: none;
  display: block;
  width: 100%;
  padding-left: 1em;
  text-indent: -1em;
}

.signatures div {
  padding-top: 0.3em;
  font-size: 0.8em;
  font-weight: bold;
}

.signatures {
  width: 100%;
  column-count: 4;
}

@media only screen and (max-width: 800px) {
  .signatures {
    column-count: 3;
  }
}

@media only screen and (max-width: 600px) {
  .signatures {
    column-count: 2;
  }
}

@media only screen and (max-width: 420px) {
  .signatures {
    column-count: 1;
  }
}

/* --------- CONTENT ------------ */
.declaration-ol {
  li {
    padding-bottom: 1.5em;
  }
}
