aside#support {
  margin: 0 auto 1em;
  padding: 0;
  max-width: 28em;
}
aside#support a {
  display: block;
  padding: 1em;
  text-align: center;
  line-height: 2em;
  letter-spacing: 0.15em;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: bold;
  color: #55f;
}
aside#support a:hover {
  background-color: #dfe6e9;
}
aside#support img {
  display: none;
}
aside#support span {
}
aside#support span span {
  white-space: nowrap;
}
aside#support p > span:first-child {
  font-size: 1.15em;
}
.note-registration {
  color: red;
}

@media (min-width: 30em) {
  aside#support a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: left;
  }
  aside#support img {
    display: block;
  }
}
