@media (max-width: 768px) {
    body, div, a {
      font-size: 20px !important;
    }

    p {
      font-size: 17px !important;
    }
    .panel-title {
      font-size: 17px !important;
    }
    .panel-body p {
      font-size: 17px !important;
    }
    h1 {
      font-size: 3.5rem !important;
    }
    
    h2 {
      font-size: 2.8rem !important; /* 80% of h1 */
    }
    
    h3 {
      font-size: 2.2rem !important; /* 63% of h1 */
    }
    
    h4 {
      font-size: 1.8rem !important; /* 51% of h1 */
    }
    
    h5 {
      font-size: 1.5rem !important; /* 43% of h1 */
    }
    
    h6 {
      font-size: 1.2rem !important; /* 34% of h1 */
    }
   .hamburger-menu-row { 
     padding: 150px 5.5rem 5.5rem 70px !important;
    }
  }
