.sub-news-header {
    position: relative;
    padding: 120px 0 80px;
    background-color: #f8f9fa;
    text-align: center;
}

.sub-news-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.sub-news-title {
    font-size: 42px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
    word-break: keep-all;
}

.sub-news-desc {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    word-break: keep-all;
}

@media screen and (max-width: 768px) {
    .sub-news-header {
        padding: 80px 0 60px;
    }
    .sub-news-title {
        font-size: 32px;
    }
    .sub-news-desc {
        font-size: 16px;
    }
}
