/* 首頁 */

.about-sect .sect-title span:nth-child(1), .news-sect .sect-title span:nth-child(1), .album-sect .sect-title span:nth-child(1), .products-sect .sect-title span:nth-child(1), .sect4 .sect-title span:nth-child(1) {
    display: none;
}


@media screen and (max-width: 767px){
    .about-sect .sect-title span:nth-child(2),
    .news-sect .sect-title span:nth-child(2),
    .album-sect .sect-title span:nth-child(2),
    .products-sect .sect-title span:nth-child(2),
    .sect4 .sect-title span:nth-child(2) {
        font-size: 30px;
        line-height: 1;
    }
}
