/* Untuk Tablet */
@media all and (max-width: 1000px) {
  .top-wrapper h1{
    font-size: 32px;
  }
  .heading h2{
    font-size: 20px;
  }
  .lesson{
    width: 50%;
    margin-bottom: 50px;
  }
  .message-wrapper h2{
    font-size: 20px;
  }
}

/* Untuk Smartphone */
@media all and (max-width: 670px) {
  .top-wrapper{
    text-align: left;
  }
  .top-wrapper h1{
    font-size: 24px;
    line-height: 36px;
  }
  .top-wrapper p{
    font-size: 14px;
    line-height: 20px;
  }
  .btn-wrapper p{
    text-align: center;
  }
  .btn{
  width: 100%;
  }
  .facebook{
    margin-bottom: 10px;
  }
  .lesson{
    width: 100%;
  }
  .header-right {
    display: none;
  }
  .menu-icon {
    display: block;
  }
  footer{
    text-align: center;
  }
  footer p{
    text-align: center;
  }
}