.section-title .av-special-heading-tag {
width: auto;
max-width: max-content;
padding: 0 30px !important;
margin: 0 auto !important;
position: relative;
font-weight: bold;
}
.section-title {
text-align: center !important;
}
.section-title .av-special-heading-tag:before {
content: '';
position: absolute;
width: 80px;
height: 3px;
top: calc(50% - 1.5px);
right: -80px;
background: #0e76bc;
}
.section-title .av-special-heading-tag:after {
content: '';
position: absolute;
width: 80px;
height: 3px;
top: calc(50% - 1.5px);
left: -80px;
background: #0e76bc;
}