.single-post-body {
  background-color: #ffffff;
  border: 1px solid rgba(0,0,0,0.2);
  border-top: 3px solid $infoBorder;

  img, .wp-caption  {
    max-width: 100%;
  }

  .single-post-content {
    padding: 1rem;
  }

}

.single-post-body:after{
  display: block;
  content: ' ';
  clear: both;
}

.single-post-title {
  font-size: 20px;
  color: #454545;
  padding: 1rem;
}

.border-after-cat {}