.wp_content h2 {
	margin: 0 !important;
}

.wp_content h3 {
	margin: 0 !important;
}

.wp_content h4 {
	margin: 0 !important;
}

.wp_content h5 {
	margin: 0 !important;
}

.wp_content h6 {
	margin: 0 !important;
}

.wp_content p {
	margin-top: 1.5rem !important;
}

.wp_content h2 + p {
	margin-top: 2rem !important;
}

.wp_content h3 + p {
	margin-top: 2rem !important;
}

.wp_content h4 + p {
	margin-top: 2rem !important;
}

.wp_content h5 + p {
	margin-top: 2rem !important;
}

.wp_content h6 + p {
	margin-top: 2rem !important;
}

.wp_content p + h2 {
	margin-top: 2rem !important;
}

.wp_content p + h3 {
	margin-top: 2rem !important;
}

.wp_content p + h4 {
	margin-top: 2rem !important;
}

.wp_content p + h5 {
	margin-top: 2rem !important;
}

.wp_content p + h6 {
	margin-top: 2rem !important;
}
