.News{
    width:100%;
}
@media screen and (min-width: 992px) {
    .News{
        min-height: 900px;
    }
}
.News-nav{
    width:100%;
    text-align:center;
    margin:10px 0;
}
.News-nav a{
    color:#000000;   
}
.News-nav li a:visited{
    color:#848484; 
}
.News-item{
    width:100%;    
}
.News-item li{
    list-style-type:none;
}
.News-item li a{
    text-decoration: none;
    color:#000000;
}
.News-item li a:visited{
    color:#848484; 
}
.News-item__week-6{
    color:#0062ff; 
}
.News-item__week-0,.News-item__week-7{
    color:#ff0000; 
}
.News-error{
    text-align:center;
    padding:50px 0;
    color:#ff0000;  
}
