{# ------------------------------------------------- #}
{# Remove bottom margin from the final paragraph/blockquotes    #}
{# Prevents extra spacing at the bottom of content  #}
{# ------------------------------------------------- #}
.rich-text p:last-child,
blockquote p:last-child,
blockquote *:last-child,
blockquote:last-child {
  margin-bottom: 0;
}