/* 這裡是媒體大家共用的css所以叫Pbl */
h1{
    font-size: 70px;
    letter-spacing:15px;
    padding-top:50px;
    margin-bottom: 65px !important;
}
h5{
    font-weight: 400 !important;
    font-size: 19px !important;
}

@media (max-width: 768px) { 
    h1{
        font-size: 50px;
        letter-spacing:10px;
        padding-top:50px;
        margin-bottom: 45px !important;
    }
    h5{
        font-size: 16px !important;

    }
}
.bg-img-top{
    background-image: url("../backImg/background01.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 45%;
    margin-top: -80px;
    }

  
  .bg-img{
  background-image: url("../backImg/background03.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 45%;
  }


  @media (min-width: 768px) {
    
    .bg-img-top{
        background-size: 50%;
        margin-top: -70px;
        }
      
      .bg-img{
      background-size: 50%;
      }
  }