.news-page.view-article #sp-otherpages-hero {
    display: none;
}


.news-page.view-article header#sp-header {
    height: 80px;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgb(21, 53, 27);
    box-shadow: none;
}
.news-page.view-article #sp-header .logo {
    height: 80px;
    z-index: 11;
}
.news-page.view-article header#sp-header .logo-image {
    height: 60px;
}


.news-page.view-article #sp-main-body{
    padding: 155px 0 100px 0;
}

.article-list .article .article-header h1 a, .article-list .article .article-header h2 a{
    color:#15351b;
}
.article-details .article-header h1, .article-details .article-header h2{
    color:#15351b;
}
.article-list .article .article-header h1 a:hover, 
.article-list .article .article-header h2 a:hover,
.article-list .article .article-header h1 a:focus, 
.article-list .article .article-header h2 a:focus{
    color:rgb(21 53 27 / 60%);
}

.article-list .article{
    background:#efedef;
    border-radius:15px;
    overflow:hidden;
    transition:0.5s;
}
.article-list .article:hover{
    box-shadow:0 0 10px rgb(0 0 0 / 30%);
}

.article-list .article .article-intro-image img {
    width: 100%;
}