@media screen and (max-width: 768px) {
  .news {
    margin-bottom: 24px;
  }
}

.news-title {
  font-size: 32px;
  color: #4B4B4B;
  font-weight: bold;
  margin-bottom: 10px;
}

.news-created {
  color: #4B4B4B;
  font-size: 13px;
  margin-bottom: 30px;
}

.news-content {
  text-align: justify;
}

.categories>div>div {
  font-size: 13px;
  margin-bottom: 18px;
}

.categories>div>div:last-child {
  margin: 0;
}

.categories>div>div:hover, .categories>div>div.active {
  color: #233AC5;
  font-weight: bold;
}