.news-more__header h6 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 30px 0;
    line-height: 55px;
    text-align: center;
}
.news-more__teaser {
    padding:30px 0;
}
.no-padding {
    padding:0;
}
.news-more__img {
    width:100%;
    margin-bottom:60px;
}
.news-more__content {
    padding:0 0 60px 0;
}
.news-more__content h1 {
    font-size:50px;
    font-weight:700;
}
.news-more__content h2 {
    font-size:42px;
    font-weight:700;
}
.news-more__content h3 {
    font-size:38px;
    font-weight:700;
}
.news-more__content h4 {
    font-size:32px;
    font-weight:700;
}
.news-more__content h5 {
    font-size:28px;
    font-weight:700;
}
.news-more__content h6 {
    font-size:24px;
    font-weight:700;
}
.news-more__content ul {
    list-style-type: square;
    list-style-position: inside;
   
}
.news-more__content ul li{
    display: list-item;
}
.news__date {
    color:#999;
    margin-bottom: .5rem;
}
@media (max-width:992px){
    .news-more__header h6 { 
        font-size:40px;
    }
}
@media (max-width:480px){
    .news-more__header h6 { 
        font-size:34px;
        line-height: 40px;
    }
}