.font-size-x-large {
  font-size: 29px;
}

main.info-page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;

  article {
    display: flex;
    flex-direction: column;
    gap: 1.1667em;
    max-width: 100%;

    header {
      display: none;
    }

    .content {
      display: flex;
      flex-direction: column;
      gap: 1.1667em;
      max-width: 70ch;
    }
  }
}

.block-html_block {
  .inf-form {
    > div {
      > h4 {
        display: none;
      }

      > div, .inf-rgpd {
        margin-top: 1.1667em;
      }
    }

    h1, h2, h3, h4, h5, h6 {
	    text-wrap: auto;
    }

    .inf-success .inf-btn {
      display: none;
    }

    input[type="email"] {
      width: 100%;
      border: none;
      border-bottom: 1px solid #666;
    }
  }
}