@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Open+Sans:ital@0;1&display=swap");

@media only screen and (max-width: 599px) {
  .stack-column {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
  }
  .hide-icon {
    display: none !important;
  }
  .hide-mobile {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }
  .show-mobile {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-height: none !important;
    max-width: none !important;
  }
  .button {
    min-width: 300px !important;
    margin: auto;
  }
  .mobile-text-center {
    text-align: center !important;
  }
}
table {
  width: 100% !important;
  max-width: 600px !important;
  margin: auto !important;
}
.button {
  text-align: center;
}
p a {
  color: #333333;
}
