

      
      .about-container{
        width: 100%;
        position: relative;
      }

      .about-container .pic{
        width: 100%;
        position: relative;
      }

      .about-container .pic img{
        width: 100%;
      }

      .about-title{
       display: block;
       width: 40%;
       background: #444444;
       margin: auto;   
      /* top: 88%;  */
       left: 0; 
       right: 0;  
       position: absolute;
       border-radius: 10px;
       box-shadow: 0 5px 5px rgba(0,0,0,.1);
       bottom: -20px;
      }

      .about-title h2{
        font-family:'Noto Sans TC', sans-serif;
        font-size: 1.3rem;
        font-weight: 400;
        letter-spacing: 2px;
        line-height: 2;
        color: #fff;
        text-align: center;
      }

      .txt{
        /*display: block;*/
        width: 80%;   
        left: 0;  
        right: 0; 
        margin: auto;
        margin-top: 32px; 
      }

      .txt p{
        font-family:'Noto Sans TC', sans-serif;
        font-size: 1rem;  
        font-weight: 300; 
        letter-spacing: 1.5px;
        line-height: 2; 
        color: #444444;
        text-align: justify;
      }



      @media screen and (min-width: 768px){
      
      .about-container{
        width: 100%;  
        position: relative;
      }

      .about-container.pic{
        width: 100%;
      }

      .about-container .pic img{
        width: 100%;  
       /*-webkit-clip-path: inset(0 0 35% 0);
        clip-path: inset(0 0 35% 0);  */
        align-items: center;
      }
      
      .about-title{
        position: absolute;
        display: block;
        width: 20%; 
        height: 80px; 
        left: 0;
        /*right: 0;
        bottom: 0;
        top: 30%;*/
        background: #444444;
        border-radius: 15px;
        /*margin-top: 1em;*/
        bottom: -40px;
      }

      .about-title h2{
        font-size: 2.3rem; 
        padding: 2px 0; 
      }

      .txt{
        /*position: absolute;*/
        width: 70%;
        margin: auto;
        left: 0;
        right: 0;
        top: 77%;
        margin-top: 120px;
      }

      .txt p{
        font-size: 1.4rem;
        line-height: 2.5;
        font-weight: 300;
      }

    }

