/* section.two-buttons-with-text {
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 1.25em;
  text-align: center;
}

section.two-buttons-with-text section {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-top: 1em;
  margin-bottom: 1em;
}

section.two-buttons-with-text ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

section.two-buttons-with-text ol li {
  margin: 1em;
}

@media screen and (min-width: 40rem) {
  section.two-buttons-with-text {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
  }

  section.two-buttons-with-text section {
    -ms-flex: 1;
    flex: 1;
  }
} */

section.two-buttons-with-text {
  font-size: 1.25em;
}

section.two-buttons-with-text p {
  max-width: 59rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
}

section.two-buttons-with-text .button {
  display: block;
  margin: 2rem;
}

@media screen and (min-width: 40rem) {
  section.two-buttons-with-text {
    display: table;
    table-layout: fixed;
    border-spacing: 2rem 0;
    width: calc(100% - 4rem);
    max-width: 56rem;
    margin-top: 4rem;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  section.two-buttons-with-text p {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: center;
    max-width: initial;
    margin: 0;
    padding: 0;
  }

  section.two-buttons-with-text .buttons-wrapper {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }

  section.two-buttons-with-text .button {
    display: block;
    width: 100%;
    margin: 0;
  }

  section.two-buttons-with-text .button:first-of-type {
    margin-bottom: 2rem;
  }
}
