.account__heading {
  text-align: center;
  margin-top: var(--spacing2x);
  padding-bottom: var(--spacing2x);
  border-bottom: 1px solid var(--background);
}

@media screen and (min-width: 750px) {
  .account__heading {
    margin-top: var(--spacing3x);
    padding-bottom: var(--spacing3x);
  }
}

#va-form {
  margin-bottom: var(--spacing3x);
}