.enteraddons-section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.enteraddons-section-title .heading-title{
    font-size: 36px;
    font-weight: 700; 
    color: #141212;
    margin-bottom: 15px;
}
.enteraddons-section-title .heading-short-title{
    letter-spacing: 3px; 
    margin-right: -8px; 
    font-weight: 600;
    color: #FF0061;
}
.enteraddons-section-title .heading-short-desc{
    max-width: 670px;
    margin-top: 10px;
}
.entera-heading-title-ba {
    position: relative;
}
.entera-heading-title-ba:after {
    position: absolute;
    width: 100px;
    height: 2px;
    content: "";
    background-color: #f97300;
}
.entera-heading-title-ba:before {
    position: absolute;
    width: 100px;
    height: 2px;
    content: "";
    background-color: #f97300;
}

/*** Seperator Style 1 ***/
.enteraddons-seperator.seperator {
    position: relative;
    margin: 15px 0;
    display: inline-block;
    width: 120px;
    border-bottom: 1px solid #86b86b;
}
.enteraddons-seperator.seperator.seperator-style-1:after {
    position: absolute;
    width: 7px;
    height: 7px;
    content: "";
    background-color: #f97300;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.enteraddons-seperator.seperator.seperator-style-1 {
    border-color: #cc9f4e;
    margin: 0 0 10px;
}
.enteraddons-seperator.seperator.seperator-style-1:before {
    position: absolute;
    width: 7px;
    height: 7px;
    content: "";
    background-color: #cc9f4e;
    left: calc(50% - 3.5px);
    top: 100%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.enteraddons-seperator.seperator.seperator-style-1:after {
    background-color: #cc9f4e;
    left: calc(50% + 3.5px);
}

/*** Seperator Style 2 ***/
.enteraddons-seperator.seperator.seperator-style-2:after {
    position: absolute;
    width: 7px;
    height: 7px;
    content: "";
    background-color: #f97300;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.enteraddons-seperator.seperator.seperator-style-3::after {
   border: 0px;
}

@media screen and (max-width: 1024px) {
    .entera-heading-title-ba.entera-hide-tab::before,
    .entera-heading-title-ba.entera-hide-tab::after {
        content: none;
  }
}

@media screen and (max-width: 767px) {
  .entera-heading-title-ba.entera-hide-mob::before,
  .entera-heading-title-ba.entera-hide-mob::after {
    content: none;
  }
}
