/*=== cspt-element-static_box-style-2 ===*/
.cspt-static-box-style-3 {
	position: relative;
	display: flex;
	background-color: var(--cspt-emphires-light-bg-color);
	border-radius: 7px;
}
.cspt-element-static-box-style-3 .pin-spacer:nth-child(3n + 2) .cspt-static-box-style-3 {
	background-color: #E4EFF2;
}
.cspt-element-static-box-style-3 .pin-spacer:nth-child(3n + 3) .cspt-static-box-style-3 {
	background-color: #DAE5E8;
}
.cspt-static-box-style-3 img {
	border-radius: 6px;
	margin-bottom: 0;
	object-fit: cover;
	height: 100%;
    margin-bottom: 0;
	mask-image: url(../../images/staticbox-mask-img.png);
	mask-position: top right;
	mask-repeat: no-repeat;
	mask-size: contain;
}
.cspt-static-box-style-3 .creativesplanet-box-title {
	-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-static-box-style-3 .cspt-static-list {
	list-style-type: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 0;
}
.cspt-static-box-style-3 .cspt-static-list li {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 5px 20px 5px 5px;
	border: 1px solid rgba(var(--cspt-emphires-blackish-color-rgb),.2);
	border-radius: 50px;
	font-size: 15px;
}
.cspt-static-box-style-3 .cspt-static-content-wrap {
	width: 55%;
	padding: 70px 50px 55px 90px;
}
.cspt-static-box-style-3 .cspt-static-content-wrap-inner {
	max-width: 460px;
}
.cspt-static-box-style-3 .cspt-static-image-wrap {
	width: 45%;
}
.cspt-static-box-style-3 .creativesplanet-static-box-number {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	line-height: 28px;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background-color: var(--cspt-emphires-white-color);
	color: var(--cspt-emphires-global-color);
	margin-bottom: 40px;
}
.cspt-static-box-style-3 .creativesplanet-box-title h4 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 12px;
}
.cspt-static-box-style-3 .cspt-static-list-icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--cspt-emphires-white-color);
	display: flex;
	align-items: center;
	justify-content: center;
}
.cspt-static-box-style-3 .cspt-static-list-icon svg {
	height: 1rem;
	width: 1rem;
}
.cspt-static-box-style-3 .creativesplanet-static-box-desc{
	margin-bottom: 128px;
}
.cspt-element-static-box-style-3 .cspt-heading-subheading.center-align {
	text-align: center;
}
.cspt-element-static_box-style-2 .cspt-heading-subheading.right-align {
	text-align: right;
}
@media (max-width: 1024px){
	.cspt-static-box-style-3 .cspt-static-content-wrap {
		padding: 60px 50px 60px 30px;
	}
	.cspt-static-box-style-3 .creativesplanet-static-box-desc {
		margin-bottom: 40px;
	}
}
@media (max-width: 767px){
	.cspt-element-static_box-style-2.creativesplanet-element-viewtype-row-column .cspt-element-posts-wrapper.row .cspt-ele{
		margin-bottom: 60px;
	}
	.cspt-static-box-style-3 {
		display: block;
	}
	.cspt-static-box-style-3 .cspt-static-content-wrap-inner,
	.cspt-static-box-style-3 .cspt-static-image-wrap,
	.cspt-static-box-style-3 .cspt-static-content-wrap{
		width: 100%;
		max-width: 100%;
	}
	.cspt-static-box-style-3 .cspt-static-content-wrap {
        padding: 60px 30px 60px 30px;
    }
}
