.tp-caption.rs-caption-1{
	text-transform: capitalize;
	font-weight: 700;
	@include mobile-all {
		font-size: 30px !important;
		line-height: 2px !important;
		padding: 0 10px !important;
	}
	@include tablet {
		font-size: 45px !important;
		line-height: 40px !important;
		padding: 0;
	}
	@include desktops {
		font-size: 38px !important;
		line-height: 40px !important;
	}
	@span{
		color: $color3;
	}
}