.sidebar-title {
  font: 19px;
  letter-spacing: 0.25px;
  color: #ff0500;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative
}
.nav-sidebar {
  padding: 30px 0px;
}
.bullet {
  position: realitive;
  padding: 16px;
  color: red;
  list-style-position: inside;
  list-style-type: square;
  border-top: 1px solid rgb(229, 229, 229);
}
.side-list {
  font-weight: bold;
  font-size: 15px;
}
.side-list a {
  color: black;
}
.see-all {
  display: block;
  text-align: center;
}
.see-headlines {
  background-color: rgb(229, 229, 229);
  color: rgb(117, 117, 117);
  font-size: 15px;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 40px;

}
@media only screen and (max-width: 992px) {
  .sidbar {
  border-top: 1px solid rgb(229, 229, 229);
  background-color: rgb(117, 117, 117);
  }
.sidebar-title {
  text-align: center;
  font-size: 16px;
}
.bullet {
  text-align: center;
}
.see-headlines {
  width: 100%;
  text-align: center;
  display: block;
  }
} 