.blog-content > *:not(:empty) + *:not(:empty),
.blog-content > *:not(:empty) + *:not(:has(br)) {
  margin-top: 8px;
}

.blog-content > *:not(:empty) + h2 {
  margin-top: 20px;
}

.blog-content h2 {
  color: #5f5f5f !important;
  font-size: 14px;
  font-weight: 600;
}
