.static-white-footer {
  position : static;
  margin-top : 64px;
}

.mtg-caution-h1:before {
  top : 7px;
}

hr {
  margin : 16px 0;
  border: 1px solid #E8E8E8;
}

.title,
.caption {
  margin-bottom: 24px;
}

.top-cta {
  margin: 40px 0;
}

.error-bullets {
 margin-top : 24px; 
}

.gray-message {
  font-size : var(--mtg-caption-s);
  font-weight : var(--mtg-caption-w);
  color : var(--mtg-grey-1);
}

.message {
  color : var(--mtg-grey-1);
  margin-top: 208px;
  margin-bottom: 172px;
  text-align: center;
}

.body-size {
  text-decoration : underline;
}

/* side-by-side */
.mtg-side-by-side {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}