.certificate-footer {
  display: flex;
  justify-content: center;
  margin-top: 48px;
  padding: 16px max(24px, calc((100% - var(--max)) / 2));
}

.certificate-footer > p {
  border: 0;
  padding: 0;
  text-align: center;
}

@media (max-width: 720px) {
  .certificate-footer {
    margin-top: 40px;
    padding: 14px 18px;
  }
}
