@media (max-width: 500px) {
  .btn-normal {
    padding: 0.5rem 0.75rem!important;
    font-size: 0.9em!important;
    border-radius: 3px!important;
  }

  .check-box {
    font-size: 1.2em;
    padding-top: 0!important;
  }

  .intro-text {
    font-size: 1em;
  }

  h3.text-white {
    font-size: 1.1em;
  }

  .form-container {
    border: none;
  }

  .top-bar a {
    font-size: 14px;
  }

  .cta {
    display: none;
  }

  .navi {
    margin: 0 auto;
  }
}