.info-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.6rem;
  border: 1px solid var(--armac-light-grey);
  text-align: center;
}

.info-box p a {
  color: var(--armac-black);
  text-decoration: underline;
}

@media (min-width: 500px) {
  .info-box {
    flex-direction: row;
  }

  .info-box svg {
    margin: 0 0.8rem 0 0;
  }
}
