
.news {
    width: 160px;
   
}

.news-scroll a {
    text-decoration: none;
color: mediumblue;
}

.dot {
    height: 6px;
    width: 6px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px !important;
    background-color: rgb(207, 23, 23);
    border-radius: 50%;
    display: inline-block
}