/*** tstk-ihbox-style-14 ***/
.tstk-ihbox-style-14 .tstk-ihbox-icon-wrapper svg,
.tstk-ihbox-style-14 .tstk-ihbox-svg-wrapper svg{
	width: 17px;
	height: 17px;
}
.tstk-ihbox-style-14 .tstk-element-title{
	position: relative;
	padding-bottom: 20px;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 0;
	display: inline-block;
}
body.rtl .tstk-ihbox-style-14 .tstk-element-title::after{
	left: inherit;
	right: 0px;
}
.tstk-ihbox-style-14 .tstk-element-title::after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 50px;
	height: 4px;
	background-color: var(--tstk-industrey-global-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.tstk-ihbox-style-14 .tstk-element-title{
		font-size: 31px;
		line-height: 31px;
	}
}
/*==== RTL ====*/
body.rtl .tstk-ihbox-style-14 .tstk-element-title{
	font-size: 28px;
}