/* Отмена принудительного margin-top для этих заголовков (в т.ч. из кеша/WPBakery на сервере). */
h2.title.is-3.has-text-weight-bold,
.column .title.is-3.has-text-weight-bold,
.column h2.title.is-3.has-text-weight-bold {
	margin-top: 0 !important;
}