body{padding:0}

.articles-more {
  margin: 20px auto;
  max-width: 900px;
}
.view-category {
  background-color: #393939;
}
:root {
    scrollbar-width: thin;
    scrollbar-color: black white;
}

.article-list .article-body {
  margin: 20px auto;
  max-width: 900px;
  background: white;
  padding: 20px 40px;
}
.article-list img  {
  height: auto;
  width: 100%;
}
.article-list .article-header a {
  color: #266387;
  text-decoration: none;
  font-weight: bold;
}
.article-list .article-header a:hover {
  color: #f00;
  text-decoration: underline;
}
.article-list .article-header h2 {
  margin-bottom: 20px;
}
.article-list .article-info, .article-list .readmore {
  display: none;
}
.blog {
  margin: 20px auto;
  max-width: 900px;
}
.subheading-category {
  color: #fff;
  font-weight: bold;
}
.category-desc {
  color: #fff;
}
.list-group-item {
  border-radius: 0 !important;
}