.top-news ul {
  padding: 1em;
  border: 1px solid #BF98A6;
  border-radius: 10px;
  margin-left: 0;
}
.top-news ul li {
  list-style: none;
  padding: 10px;
}
.top-news ul li:not(:first-child) {
  border-top: 1px solid #BF98A6;
}
.top-categories-container {
}
.top-categories-column {
  display: flex;
  flex-direction: row;
}
.top-categoies-link {
	width: 33.3%  
}
.top-categoies-link a {
  transition: 0.2s;
}
.top-categoies-link a:hover {
  opacity: 0.6;
}