@media screen and (max-width: 800px) {

  header {
    height: 64px;
    margin-bottom: 64px;
  }

  header .header-top {
    height: auto;
    line-height: normal;
  }

  header .header-top .top-right,
  header .banner {
    display: none;
  }

  header .header-top .top-left {
    width: 100%;
  }

  header .logo {
    background-position: center center;
    background-size: auto 120px;
    height: 128px;
    width: 100%;
  }

  main {
    padding: 0;
  }

  .step-heading .left,
  .step-heading .right {
    display: block;
    text-align: left;
    width: 100%;
  }

  .step-heading .right {
    padding-top: 12px;
  }

  .step-content .option {
    width: calc((100% / 2) - 5px);
  }

  .step-content .option:nth-child(1) label,
  .step-content .option:nth-child(3) label {
    border-bottom-left-radius: 22px;
    border-top-left-radius: 22px;
  }

  .step-content .option:nth-child(2) label,
  .step-content .option:nth-last-child(1) label {
    border-bottom-right-radius: 22px;
    border-top-right-radius: 22px;
    margin-right: 0;
  }

}
