.ts-bgcolor-primarydarkgrey .ts-fidbox-style-3 .ts-fld-contents .ts-fid-inner,
.ts-bgcolor-primarydarkgrey .ts-fidbox-style-3 .ts-fld-contents .ts-fid-title,
.ts-bgcolor-darkgrey .ts-fidbox-style-3 .ts-fld-contents .ts-fid-inner,
.ts-bgcolor-darkgrey .ts-fidbox-style-3 .ts-fld-contents .ts-fid-title{
	color: #fff;
}
.ts-textcolor-darkgrey .ts-fidbox-style-3 .ts-fld-contents .ts-fid-inner,
.ts-textcolor-darkgrey .ts-fidbox-style-3 .ts-fld-contents .ts-fid-title{
	color: #42474d;
}
/* Responsive */
@media(max-width:767px){
	.ts-fidbox-style-3 .ts-fld-contents{
		margin-bottom: 50px;
	}
	.ts-fidbox-style-3{
		text-align: center;
	}
}