@media only all and (max-width: 750px) {
    /* for 700px or less */
    body {
      -ms-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto;
    }
    .frame-outer, .frame-outer2 {
      margin: 0 auto;
      border: none;
      width: 100%;
      background: #FFF;
    }
    .box {
      width:100%;
    }
    .justifier{
      text-align: left;
    }
    .footer{
      position: static;
      background: #AF262E;
      padding: 0.5rem;
    }
    h1{
      margin:0.5rem 0 1.5rem;
      text-align: center;
    }
}
@media only all and (max-width: 600px) {
  .logo{
    position: static;
    width: 10rem;
  }
  .justifier{
    width: 100%;
  }
}

.refnr {}

.apply {}
