.pbmit-ihbox-style-14{
	display: inline-block;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-contents{
	display: flex;
	align-items: center;
	background: rgba(var(--pbmit-physiofy-secondary-color-rgb),.9);
	padding: 40px 50px 30px;
}
.pbmit-ihbox-style-14 .pbmit-element-title{
	font-size: 100px;
	line-height: 110px;
	margin-bottom: 0;
	color: var(--pbmit-physiofy-white-color);
}
.pbmit-ihbox-style-14 .pbmit-element-subtitle{
	font-size: 28px;
	line-height: 34px;
	margin: 5px 0 0 0;
	color: var(--pbmit-physiofy-white-color);
}
.pbmit-ihbox-style-14 .pbmit-ihbox-contents-inner{
	margin-right: 20px;
}
.pbmit-ihbox-style-14 .pbmit-heading-desc{
	font-size: 20px;
	line-height: 24px;
	color: var(--pbmit-physiofy-white-color);
	background: var(--pbmit-physiofy-global-color);
	padding: 20px;
	text-align: center;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-icon-type-text{
	font-size: 20px;
	line-height:30px;
	color: var(--pbmit-physiofy-white-color);
}
.pbmit-ihbox-style-14 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-14 .pbmit-ihbox-icon-type-icon{
	font-size: 50px;
	line-height: 50px;
	color: var(--pbmit-physiofy-white-color);
}
.pbmit-ihbox-style-14 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-14 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-physiofy-white-color);
	margin-bottom: 8px;
}
@media (max-width:767px) {
	.pbmit-ihbox-style-14 .pbmit-ihbox-contents {
		padding: 30px;
	}
	.pbmit-ihbox-style-14 .pbmit-element-title {
		font-size: 60px;
		line-height: 70px;
	}
	.pbmit-ihbox-style-14 .pbmit-element-subtitle {
		font-size: 22px;
		line-height: 30px;
	}
	.pbmit-ihbox-style-14 .pbmit-heading-desc {
		font-size: 18px;
		line-height: 22px;
	}
}
@media (max-width:575px) {
	.pbmit-ihbox-style-14 .pbmit-element-title {
		font-size: 50px;
		line-height: 60px;
	}
	.pbmit-ihbox-style-14 .pbmit-element-subtitle {
		font-size: 20px;
		line-height: 30px;
	}
	.pbmit-ihbox-style-14 .pbmit-ihbox-contents {
		padding: 20px;
	}
}