.cta-button-contact{
		background:#0180DE;
		color:white;
		border-radius:6px;
		font-family: 'Lato';
font-style: normal;
font-weight: 900;
font-size: 14px;
line-height: 18px;
/* identical to box height, or 129% */
text-transform: uppercase;
text-align: center;
letter-spacing: 2px;
		width:142px;
		padding:13px;
		margin-top:27px;
	}
	
	.cta-button-contact:hover{
		background:#006DBD;
	}
	
	.cta-button-contact:active{
		background:#005593;
	}
	
	.cta-header-subservices{	
width: 362px;
font-family: 'Work Sans';
font-style: normal;
font-weight: 800;
font-size: 40px;
line-height: 46px;
letter-spacing: -0.25px;
color: rgba(18, 18, 18, 0.87);
		margin-bottom:25px;
	}
	
	.cta-wrap-new{
		margin-left:60%;
	}
	
	.cta-bckground-subservices{
		background-position:center;
		background-repeat:no-repeat;
		background-size:cover;
	}
	
	@media only screen and (max-width: 1023px) {
		.cta-header-subservices {
			text-align:center;
			width:100%;
			margin-left:auto;
			margin-right:auto;
			font-size: 30px;
            line-height: 35px;
		}
		.cta-button-contact{
			margin-left:auto;
			margin-right:auto;
			padding: 15.85px 31.44px;
		}
		
		.cta-bckground-subservices{
			background-image:unset !important;
			background-color: rgba(1, 128, 222, 0.12);
		}
		.cta-wrap-new{
			margin-left:25px;
			margin-right:25px;
			max-width:100%;
			text-align:center;
		}
}
	@media only screen and (max-width:430px){
		.cta-header-subservices{
			width:276px;
		}
	}
	