/* heading */

.about-us-title {
    border-bottom: solid 1px #d5d5d5;
    ;

}

.title {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 700;
    color: #03867C;
    margin-bottom: 0px;
    text-align: center;
}



/* Desktop */
@media (min-width: 1024px) {
    .about-us-title {
        margin: 120px 10% 40px 10%;
    }

    .title {
        font-size: 24px;
        line-height: 38px;
        padding-bottom: 20px;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
    .about-us-title {
        margin: 120px 19% 40px 19%;
    }

    .title {
        font-size: 24px;
        line-height: 38px;
        padding-bottom: 20px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .about-us-title {
        margin: 80px 7.4% 30px 7.4%;
    }

    .title {
        font-size: 24px;
        line-height: 38px;
        padding-bottom: 20px;
    }
}


/* block */


.block {
    display: flex;
}

.block-wordzone {
    background-color: #ffffff;
    width: 100%;
}

/* Desktop */
@media (min-width: 1024px) {
    .block-container {
        margin: 0px 17% 0px 17%;
    }

    .two-block {
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .block {
        width: 100%;
        height: 153px;
        margin-right: 40px;
    }

    .two-block>div:last-child {
        margin-right: 0px;
    }

    .img-box img {
        width: 153px;
        height: 153px;
        object-fit: cover;
    }

}


/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
    .block-container {
        margin: 0px 19% 0px 19%;
    }

    .two-block {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .block {
        width: 100%;
        height: 144px;
        margin-bottom: 30px;
    }

    .img-box img {
        width: 144px;
        height: 144px;
        object-fit: cover;
    }

}

/* Mobile */
@media (max-width: 767px) {
    .block-container {
        margin: 0px 7.4% 0px 7.4%;
    }

    .two-block {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .block {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 30px;
    }

    .img-box{
        width: 100%;
        height: 100%;
    }

    .img-box img {
        width: 100%;
        object-fit: cover;
    }

}

/* decoration */

.block-name {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 700;
    color: #000000;
}

.block-title {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 700;
    color: #03867C;
}

.block-introduction{
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 400;
    color: #000000;

}


/* Desktop */
@media (min-width: 1024px) {
    .block-wordzone {
        padding: 4% 5% ;
    }

    .block-name {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 5px;
    }

    .block-title {
        font-size: 14px;
        line-height: 24px;
    }

    .block-introduction{
        font-size: 14px;
        line-height: 24px;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
    .block-wordzone {
        padding: 3% 4%;
    }

    .block-name {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 5px;
    }

    .block-title {
        font-size: 16px;
        line-height: 26px;
    }

    .block-introduction{
        font-size: 14px;
        line-height: 24px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .block-wordzone {
        padding: 5% 5% 6% 5%;
    }

    .block-name {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .block-title {
        font-size: 14px;
        line-height: 24px;
    }

    .block-introduction{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0px;
    }
}


/* blank */

.blank{
    border-bottom: solid 1px #d5d5d5 ;
}

/* Desktop */
@media (min-width: 1024px){
    .blank{
        margin: 60px 10% 0px 10%;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
    .blank{
        margin: 40px 19% 0px 19%;
    }
}    

/* Mobile */
@media (max-width: 767px) {
    .blank{
        margin: 40px 7.4% 0px 7.4%;
    }
}