.olympia-home__choices {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.olympia-home__choices .button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  text-decoration: none;
}

.olympia-home__choices .button--secondary {
  margin-top: 6px;
}

@media (min-width: 720px) {
  .olympia-home__panel { max-width: 560px; }
}
