@media only all and (max-width: 700px) {
  /* for 700px or less */
  body {
    font-size: 80%;
    line-height: 1.5;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1rem;
  }
  h3 {
    font-size: 1rem;
  }
  .frame-outer {
    width: 100%;
    font-size: 0.9rem;
  }
  .awards {
    position: inherit;
    top: 0;
    left: 3%;
    width: 17rem;
  }
  .content {
    padding: 1rem 3%;
  }
  .flex {
    display: block;
  }
  .left,
  .right {
    width: 100%;
  }
  .subtitle-box {
    top: -0.5rem;
    left: 0;
    transform: rotate(0);
    padding: 0rem 7% 0.4rem 5%;
  }
  .widener {
    width: auto;
  }
  .footer {
    transform: rotate(0);
    width: auto;
    margin: 0;
    padding: 1rem 3%;
  }
  .footer-content {
    transform: rotate(0);
  }
  .left {
    margin-bottom: 1rem;
  }
  .hide {
    display: inline-block;
  }
  .hide_m {
    display: none;
  }
}

.refnr {}

.apply {}
