.detail-wrap {
    position: relative;
}

.detail-wrap:before,.detail-wrap:after {
    content: ' ';
    position: absolute;
    background: url("../img/half-symbol-ateres.svg") no-repeat center;
    background-size: contain;
    top:calc(-1 * var(--size-3xl));
    bottom:calc(-1 * var(--size-4xl));
    aspect-ratio: 3 / 2;
    left: 0;
}
.detail-wrap:before{
    transform: translateX(-100%) scaleX(-1);
}
.detail-wrap:after{left: 0;}


.heading-wrap {
    display: inline;
    position: relative;
}
.elementor-widget-ateres-heading{
    padding:var(--size-4xl) 0 var(--size-3xl);
    margin-bottom: 0!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}

.heading-wrap.center-position{
    text-align:center;
}
.heading-wrap.center-position .detail-wrap{
    left:50%;
    top: 50%;
}
.heading-wrap.left-position .detail-wrap:before{
	display:none;
}
.heading-wrap.left-position .elementor-heading-title{
	padding-left: var(--size-3xl);
}