.bit-pb-heading{
padding-bottom: 30px;
}
.bit-pb-heading .bit14-heading{
margin: 10px 0;
font-weight: bold;
font-family: Poppins !important;
padding: 10px 10px;
}
.bit-pb-heading .bit14-heading.top-bordered,
.bit-pb-heading .bit14-heading.border_bottom_icon,
.bit-pb-heading .bit14-heading.border_top_icon{
display: inline-block;
}
.bit-pb-heading .bit14-heading.full-bordered {
display: flex;
width: 100%;
justify-content: center;
align-items: center;
text-align: center;
}
.bit-pb-heading .bit14-heading.full-bordered:before,
.bit-pb-heading .bit14-heading.full-bordered:after {
content: '';
border-top: 2px solid;
margin: 0 20px 0 0;
flex: 1 0 20px;
}
.bit-pb-heading .bit14-heading.full-bordered:after {
margin: 0 0 0 20px;
}
.bit-pb-heading .bit14-heading.full-bordered.left-align:before {
flex:0;
}
.bit-pb-heading .bit14-heading.full-bordered.right-align:after {
flex:0;
}   .bit-pb-heading .bit14-heading.border_bottom_icon span i,
.bit-pb-heading .bit14-heading.border_top_icon span i{
font-size:14px;
}
.bit-pb-heading .bit14-heading.border_bottom_icon span,
.bit-pb-heading .bit14-heading.border_top_icon span{
display: flex;
width: 100%; 
justify-content: center;
align-items: center;
}
.bit-pb-heading .bit14-heading.border_bottom_icon span{
margin-top:10px;
}
.bit-pb-heading .bit14-heading.border_top_icon span{
margin-bottom:10px;
}
.bit-pb-heading .bit14-heading.border_bottom_icon span:before, .bit-pb-heading .bit14-heading.border_bottom_icon span:after,
.bit-pb-heading .bit14-heading.border_top_icon span:before, .bit-pb-heading .bit14-heading.border_top_icon span:after{
content: '';
border-top: 2px solid;
margin: 0 5px 0 0;
flex: 1 0 20px;
}
.bit-pb-heading .bit14-heading.border_bottom_icon span:after,
.bit-pb-heading .bit14-heading.border_top_icon span:after{
margin:0 0 0 5px;
}
.bit-pb-heading .bit14-heading.border_bottom_icon.left-icon span:before,
.bit-pb-heading .bit14-heading.border_top_icon.left-icon span:before{
flex: 0;
}
.bit-pb-heading .bit14-heading.border_bottom_icon.right-icon span:after,
.bit-pb-heading .bit14-heading.border_top_icon.right-icon span:after{
flex: 0;
}