/* style-3 */
.tpgb-heading-title .text-center .seprator.sep-l {
 	margin: 0 auto;
}
.tpgb-heading-title .seprator.sep-l .sep-mg {
 	margin: 0 7px;
}
.tpgb-heading-title .text-right .seprator.sep-l {
 	float: right;
}
.tpgb-heading-title .seprator {
 	display: flex;
 	-webkit-box-orient: horizontal;
 	-webkit-box-direction: normal;
 	flex-direction: row;
 	flex-wrap: nowrap;
 	align-items: center;
	border-radius: 15px;
	margin: 0 auto;
	width: 25%;
}
.tpgb-heading-title span.title-sep {
 	height: 1px;
 	position: relative;
 	flex: 1 1 auto;
 	min-width: 10%;
 	border: 1px solid #6f14f1;
}
.heading-style-3 .sep-mg img {
    width: 100%;
    height: auto;
}