.pae-heading-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.pae-heading-left {
    align-items: flex-end;
    text-align: right;
}
.pae-heading-left .pae-heading {
    justify-content: flex-end;
}
.pae-heading-right {
    align-items: flex-start;
    text-align: left;
}
.pae-heading-right .pae-heading {
    justify-content: flex-start;
}

.pae-heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    width: 100%;
}
.pae-heading .pae-heading-title {
    position: relative;
    margin: 0;
    padding: .5em;
}
.pae-heading-first {
    display: inline-block;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pae-heading-divider {
    width: 100%;
    height: 0;
    border-top-style: solid;
    border-top-color: #000;
    border-top-width: 1px;
}
.pae-heading-ghost {
    position: absolute;
    bottom: 0;
    font-size: 8em;
    line-height: 1em;
    width: 100%;
    text-align: center;
}
.pae-heading-left .pae-heading-ghost {
    text-align: right;
}
.pae-heading-right .pae-heading-ghost {
    text-align: left;
}

/* resets */
.elementor-element.elementor-widget-prime_heading .pae-heading-first, .elementor-element.elementor-widget-prime_heading .pae-heading-second {
    font-family: 'Muli', sans-serif;
    font-weight: bold;
}
.elementor-element.elementor-widget-prime_heading .pae-heading-first {
    background-color: #000;
}
.elementor-element.elementor-widget-prime_heading .pae-heading-second {
    color: #f90744;
}
.elementor-element.elementor-widget-prime_heading .pae-subheading {
    color: #bcbcbc;
    font-weight: normal;
}
.elementor-element.elementor-widget-prime_heading .pae-heading-ghost {
    color: rgba(0,0,0,0.1);
}
.elementor-element.elementor-widget-prime_heading .pae-heading-icon {
    color: #000;
}
.elementor-element.elementor-widget-prime_heading .pae-heading-divider {
    border-top-color: #000;
}