.widget.mb-grid {
  margin: 5rem 0;
}

.container-full-width .post-content {
  padding-left: 2px;
  padding-right: 2px;
}

.container-full-width .post-body,
.container-full-width h3 {
  padding-right: 15px;
  padding-left: 15px;
}
    
.widget.mb-grid h2.widget-title {
  margin-bottom: 8rem;
}

.widget.mb-grid .post-thumbnail .size-post-thumbnail {
  max-width: 50%;
}

.widget.mb-grid .recent-posts.row {
  margin-bottom: 6rem;
}

.widget.mb-grid .recent-posts.row:last-child {
  margin-bottom: 0;
}

.widget.mb-grid .post-thumbnail img[src$='.svg'].size-thumbnail {
  height: 50px;
  width: auto;
}