.news__dot {
  height: 25px;
  width: 25px;
  background-color: #10f91b;
  border-radius: 50%;
  display: inline-block;
}

.news__select__all {
  color:  #01386D;
font-weight: 700;
cursor: pointer;
}

.news__select__all:hover {
  color: #0522FF;
  font-weight: 700;

}
