.news_box.about {
    background: #f8f8f8;
    padding: 15rem 0 10rem;
    margin-bottom: 3rem;
}

.news_box .section-title {
    text-align: center;
    margin-bottom: 10rem;
}

.news_box .about-heading {
    margin-bottom: 2rem;
}

.news_box .about-subtitle {
    color: #333;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    width: 40%;
}
.news_box .title-line{
    bottom: -50%;
    max-width: 100%;
}
.news_box .title-line.animate{
    width: 140%;
}


.news-section {
    max-width: 1200px;
    margin: 0 auto;
}

.news-content {
    display: grid;
    gap: 2rem;
    min-height: auto;
}

.news-item {
    background: white;
    padding: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.news-thumbnail {
    width: 40%;
    height: auto;
}

.news-thumbnail img {
    height: 200px;
    border-radius: 0;
}

.news-text .news-label{
    writing-mode: unset;
    -ms-writing-mode: unset;
    -webkit-writing-mode: unset;
    color: #fff;
    background: #000;
    text-align: center;
    width: 28%;
    font-size: 1rem;
}

.news-text h3 {
    margin: 0.8rem 0 0.3rem;;
    width: 40%;
    font-size: 1rem;
    font-family: var(--s-font-35af1460), sans-serif;
    font-weight: 400;
}

p.news-excerpt {
    display: none;
}

p.news-more {
    text-decoration: underline;
    font-size: 12px;
    color: #000;
}
.news-date {
    display: flex;
    justify-content: space-between;
    width: 95%;
    align-items: center;
}
.news-date p {
    font-size: 12px;
    color: #000;
}


.news-date {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}


.news-text h3 a {
    color: #333;
    text-decoration: none;
}



.news_box .news-section {
    box-shadow: none;
    margin: 0 auto;
    width: 81.2%;
    padding: 0;
    background: 0;
}


@media (width < 750px) {
    .news_box .news-section {
        width: 90%;
    }
    .news_box.about {
        padding: 8rem 0 6rem;
    }
    .news_box .about-subtitle {
        width: 50%;
        font-size: 1.2rem;
    }
    .news_box .about-title {
        padding-top: 1rem;
        font-size: 28px;
        letter-spacing: 0.2em;
    }
    .news-thumbnail {
        width: 34%;
    }
    .news_box .about-heading {
        margin-bottom: 0;
    }
    .news-thumbnail img {
        object-fit: contain;
        height: 100%;
    }
    .news-item {
        gap: 0.5rem;
    }
    .news-text .news-label {
        width: 67%;
        font-size: 12px;
    }
    .news-text h3 {
        width: 100%;
        font-size: 14px;
    }
    .news_box .section-title {
        margin-bottom: 6.5rem;
    }
    .news-item .news-text .news-label {
        width: 60%;
        padding: 1px;
    }
    .news-date {
        margin-bottom: 0;
    }
    .news-date > p:first-child {
        font-size: 13px;
        width: 50%;
    }
    }