.AboutInArea{
    width: 83.4375%;
    margin: 0 auto;
    margin-right: 0%;  
}

.AboutInArea .InnerImg{
    width: 100%;
    padding-top: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.AboutInArea .InnerImg .aboutInTxt{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.aboutInTxt .row{
    align-items: center;
}

.aboutInTxt .pic .InnerImg{
    width: 100%;
    margin: 0 auto;
    padding-top: 70%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.AboutInText{
    padding-left: 20%;
}

.AboutInText .title{
    font-size: 1.5rem;
    color: #fff;
    font-family: 'Noto Serif TC', serif;
}

.AboutInText .Subtitle{
    font-size: 1.3rem;
    color: #fff;
    font-weight: bold;
    padding: 5% 0%;
    padding-bottom: 8%;
}
.AboutInText .content {
    text-align: justify;
    font-size: 20px;
    color: #fff;
    line-height: 110%;
    font-family: 'Noto Serif TC', serif;
}

.Back{
    position: absolute;
    top: 3%;
    right: 2%;
    width: 40px;
    font-size: 0;
    transform: rotate(0deg);
    transition: all .5s ease-in-out;
}

.Back:hover{
    transform: rotate(180deg);
    transition: all .5s ease-in-out;
}

@media screen and (max-width:991px){
    .AboutInArea{
        width: 100%;
        margin-right: auto;  
    }
    .AboutInArea .InnerImg .aboutInTxt {
        width: 100%;
    }
    .col-12{
        padding-left: 0;
        padding-right: 0;
    }
    .aboutInTxt .pic{
        padding-bottom: 5%;
    }
    .AboutInText{
        width: 85%;
        margin: 0 auto;
        padding-left: 0%;
    }
    .AboutInText .title{
        font-size: 1.3rem;
    }
    
    .AboutInText .Subtitle{
        font-size: 1.1rem;
    }
    .AboutInText .content {
        font-size: 1rem;
    }
}