/*--------------------------------------------------------------
# Block Editor
--------------------------------------------------------------*/
:where(figure) {
    margin: 0
}

.wp-block-post-content {
	padding-bottom: 250px;
}

.topics-content .wp-block-image img {
	margin-bottom: 56px;
}
.topics-content p {
	margin-bottom: 56px;
	font-size: 16px;
	line-height: 200%;
	color: #333333;
}
.topics-content p a {
	color: #333333;
}
.topics-content p a:hover {
	color: #999999;
}