.ts-sbox-style-6 .ts-vc_general.ts-vc_cta3 .ts-custom-heading,
.elementor-element .ts-sbox-style-6 .ts-custom-heading {
	font-size: 22px;
	line-height: 32px;
	margin: 25px 0 10px 0;
	font-weight: 800;
	color: #000!important;
}
.ts-sbox-style-6 .ts-sbox-icon-wrapper,
.ts-sbox-style-6 .ts-sbox-icon-wrapper i::before {
	font-size: 55px;
	line-height: 65px;
}
.ts-servicebox.ts-sbox-style-6{
	padding:45px 15px 25px 35px;
	background-color: #fff;
}
.ts-sbox-style-6 .ts-sboxinner .ts-sbox-icon::before{
	background-color: #000;
	-webkit-mask: url(../../images/shape.svg) no-repeat 100% 100%;
	mask: url(../../images/shape.svg) no-repeat 100% 100%;
	mask-size: cover;
	content: '';
	top: -5px;
	width: 150px;
	height: 178px;
	right: -30px;
	position: absolute; 
}
.ts-sbox-style-6 .ts-sboxinner .ts-sbox-icon::before{
	left: -30px;
	right: inherit;
	transform: scaleX(-1);
}
.ts-servicebox.ts-sbox-style-6 {
	border-radius: 8px;
	position: relative;
}
.ts-sbox-style-6 .ts-sbox-icon-wrapper i {
	color: var(--tste-optico-skincolor);
}
.ts-sbox-style-6 .ts-sboxinner .ts-sbox-icon::before {
	background-color: var(--tste-optico-skincolor);
}
.ts-sbox-style-6 .pbmit-ihbox-svg-wrapper svg {
	width: 40px;
	height: auto;
	fill: var(--tste-optico-skincolor);
}
.ts-servicebox.ts-sbox-style-6 .ts-sbox-contents .ts-ihbox-content {
	color: #000;
}

/* Responsive */
@media (max-width: 991px) {
	.ts-servicebox.ts-sbox-style-6 {
		margin-top: 15px;
	}
}

@media(max-width:767px) {
	.ts-servicebox.ts-sbox-style-6 {
		margin-bottom: 15px;
	}
}