nav.menutop {
  box-shadow: 0 2px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important;
}

p {
  line-height: 26px;
}

#posts {
  margin-left: 20px;
}

article.post {
  width: 19% !important;
  margin-left: auto;
}

.post.postpage {
  width: 100% !important;
}

.col-lg-4.p-3 {
  width: 24%;
}

@media (max-width: 992px) {
article.post {
  width: 100% !important;
  margin: auto;
margin-bottom:20px !important;
}

.col-lg-4.p-3 {
  width:100%;
}

}