* {
    box-sizing: border-box;
  }
  
  .row::after {
    content: "";
    clear: both;
    display: table;
  }
  
  [class*="col-"] {
    float: left;
    padding: 16px;
  }
  
  html {
    font-family: "Lucida Sans", sans-serif;
  }
  
  .menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .menu li {
    padding: 8px;
    margin-bottom: 7px;
    background-color: #33b5e5;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
  
  .menu li:hover {
    background-color: #0099cc;
  }
  
  .aside {
    background-color: #33b5e5;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
  
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
  .logoWrapper  img{
    display:block;
    width: 60%;
  }
  .onlyLargeDevice{
    display: none;
  }
  .mainMsgWrapper{
    text-align: left;
    margin-top: 1rem;
  }
  .engLishMessage{
    margin-bottom: 72px;
  }
  .engLishMessage .head{
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #888888;
  }
  .engLishMessage .subTitle{
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    margin-top: 1rem;
    margin-bottom: .5rem;
  }
  .engLishMessage .message{
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
  }
  .translatedMessage .title{
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
  }
  .translatedMessage .message{
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    margin-top: 5px;
  }
  .translatedMessage .spacer{
    height: 28px
  }
  .main-wrapper{
    padding-top: 2rem;
    padding-bottom:4rem;
  }
  @media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
    .logoWrapper  img{
      display:block;
      margin:auto;
      width: 100%;
    }
    .main-wrapper{
      padding-top: 10rem;
      padding-bottom:7.5rem;
      padding-left: 5.75rem;
      padding-right:5.75rem;
    }
    .onlyLargeDevice{
      display: block;
    }
    .mainMsgWrapper{
      margin-top: 0;
    }
    .engLishMessage .head{
      font-family: Helvetica;
      font-style: normal;
      font-weight: bold;
      font-size: 36px;
      line-height: 41px;
    }
    .engLishMessage .subTitle{
      font-family: Helvetica;
      font-style: normal;
      font-weight: bold;
      font-size: 24px;
      line-height: 30px;
    }
    .engLishMessage .message{
      font-family: Helvetica;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 28px;
    }
    .translatedMessage .spacer{
      height: 32px;
    }
    .engLishMessage{
      margin-bottom: 85px;
    }
  }