@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: .9rem;
  }
  .content {
    padding: 1rem 3%;
  }
  .box-left {
    width: 100%;
    padding: 0 0 1rem 0;
  }
  .box-right {
    width: 100%;
    padding: 0 0 1rem 0;
  }
  .flex {
    display: block;
  }
  .left,
  .right {
    width: 100%;
  }
  .right {
    width: 10rem;
  }
  .left {
    margin-bottom: 1rem;
  }
  .table {
    border-collapse: collapse;
    table-layout: fixed;
  }
  .cell-left,
  .cell-right {
    display: block;
    float: left;
    width: 100%;
    border: none;
    border-bottom: 1rem solid #fff;
  }
  .row {
    display: block;
    float: left;
    width: 100%;
  }
  .hide {
    display: inline-block;
  }
  .hide_m {
    display: none;
  }
}


.benefitsBox > div {
    width: 48% !important;
    text-align: center !important;
    font-weight: 400 !important;
}

.benefitsBox img{
  width:30% !important;
  display:inline-block !important;
  margin:0 0 0.5rem !important;
}

.refnr {}

.apply {}
