/*** cspt-ihbox-style-38 ***/
.cspt-ihbox-style-38 .cspt-ihbox-contents {
	display: flex;
	border: 1px solid rgba(var(--cspt-emphires-blackish-color-rgb), 0.1);
	border-radius: 7px;
	overflow: hidden;
}

.cspt-ihbox-style-38.cspt-ihbox h2 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 10px;
}
.cspt-ihbox-style-38.cspt-ihbox h4 {
	display: inline-block;
	font-size: 13px;
    line-height: 25px;
	letter-spacing: 0.52px;
	position: relative;
	text-transform: uppercase;
	padding: 0 13px;
	border-radius: 20px;
	margin-bottom: 128px;
	background-color: var(--cspt-emphires-light-bg-color);
	color: var(--cspt-emphires-blackish-color);
}
.cspt-ihbox-style-38 .cspt-ihbox-text-content {
	padding: 50px 15px 35px 45px;
}
.cspt-ihbox-style-38 .cspt-ihbox-icon-wrapper,
.cspt-ihbox-style-38 .cspt-ihbox-svg-wrapper {
	width: auto;
	height: 60px;
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 15px;
	color: var(--cspt-emphires-blackish-color);
	padding: 30px;
}
.cspt-ihbox-style-38 .cspt-ihbox-icon-wrapper svg,
.cspt-ihbox-style-38 .cspt-ihbox-icon-wrapper,
.cspt-ihbox-style-38 .cspt-ihbox-svg-wrapper {
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cspt-ihbox-style-38 .cspt-ihbox-icon {
	height: 100%;
}
.cspt-ihbox-style-38 .cspt-ihbox-icon-wrapper.cspt-ihbox-icon-type-image {
	width: 320px;
	height: 100%;
	padding: 0;
}
.cspt-ihbox-style-38 .cspt-ihbox-icon-wrapper img {
	width: 100%;
    height: 100%;
    object-fit: cover;
	mask-image: url(../../images/staticbox-mask-img.png);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: top right;
}
.cspt-ihbox-style-38 .cspt-ihbox-icon-wrapper svg,
.cspt-ihbox-style-38 .cspt-ihbox-svg-wrapper {
	fill: var(--cspt-emphires-blackish-color);
}

/*=== Different Bg Color ===*/
.cspt-elementor-bg-color-gradient .cspt-ihbox-style-38.cspt-ihbox h2,
.cspt-elementor-bg-color-gradient .cspt-ihbox-style-38.cspt-ihbox h4 {
	color: var(--cspt-emphires-white-color);
}
.cspt-elementor-bg-color-blackish .cspt-ihbox-style-38.cspt-ihbox .cspt-ihbox-content,
.cspt-elementor-bg-color-secondary .cspt-ihbox-style-38.cspt-ihbox .cspt-ihbox-content,
.cspt-elementor-bg-color-globalcolor .cspt-ihbox-style-38.cspt-ihbox .cspt-ihbox-content,
.cspt-elementor-bg-color-gradient .cspt-ihbox-style-38.cspt-ihbox .cspt-ihbox-content {
	color: rgba(var(--cspt-emphires-white-color-rgb), 0.8);
}
.cspt-elementor-bg-color-blackish .cspt-ihbox-style-38 .cspt-ihbox-icon-wrapper,
.cspt-elementor-bg-color-secondary .cspt-ihbox-style-38 .cspt-ihbox-icon-wrapper,
.cspt-elementor-bg-color-blackish .cspt-ihbox-style-38 .cspt-ihbox-svg-wrapper,
.cspt-elementor-bg-color-secondary .cspt-ihbox-style-38 .cspt-ihbox-svg-wrapper {
	color: var(--cspt-emphires-white-color);
}
.cspt-elementor-bg-color-blackish .cspt-ihbox-style-38 .cspt-ihbox-icon-wrapper svg,
.cspt-elementor-bg-color-secondary .cspt-ihbox-style-38 .cspt-ihbox-icon-wrapper svg,
.cspt-elementor-bg-color-blackish .cspt-ihbox-style-38 .cspt-ihbox-icon-wrapper,
.cspt-elementor-bg-color-secondary .cspt-ihbox-style-38 .cspt-ihbox-svg-wrapper {
	fill: var(--cspt-emphires-white-color);
}
.cspt-elementor-bg-color-blackish .cspt-ihbox-style-38 .cspt-ihbox-contents,
.cspt-elementor-bg-color-secondary .cspt-ihbox-style-38 .cspt-ihbox-contents,
.cspt-elementor-bg-color-globalcolor .cspt-ihbox-style-38 .cspt-ihbox-contents,
.cspt-elementor-bg-color-gradient .cspt-ihbox-style-38 .cspt-ihbox-contents {
	border-color: rgba(var(--cspt-emphires-white-color-rgb), 0.2);
}
.cspt-elementor-bg-color-light .cspt-ihbox-style-38.cspt-ihbox h4 {
	background-color: var(--cspt-emphires-white-color);
}

@media (max-width: 767px){
	.cspt-ihbox-style-38 .cspt-ihbox-text-content {
		padding: 30px 15px 25px 20px;
	}
	.cspt-ihbox-style-38.cspt-ihbox h4 {
		margin-bottom: 70px;
	}
	.cspt-ihbox-style-38 .cspt-ihbox-icon-wrapper.cspt-ihbox-icon-type-image {
		width: 280px;
	}
}
@media (max-width: 480px){
	.cspt-ihbox-style-38.cspt-ihbox h4 {
		margin-bottom: 10px;
	}
	.cspt-ihbox-style-38 .cspt-ihbox-contents {
		display: block;
	}
	.cspt-ihbox-style-38 .cspt-ihbox-icon-wrapper img {
		mask-image: none;
	}
	.cspt-ihbox-style-38 .cspt-ihbox-icon-wrapper.cspt-ihbox-icon-type-image {
		width: 100%;
		margin-bottom: 0;
	}
}