/* Hide ElementsKit heading separators (the white squares) */
.elementskit-section-title-wraper .elementskit-heading-title::before,
.elementskit-section-title-wraper .elementskit-heading-title::after,
.elementskit-heading .ekit-heading-separator,
.ekit-heading--separator,
.ekit-heading__separator,
.elementskit-heading-title > span::before,
.elementskit-heading-title > span::after {
    display: none !important;
}