/* CAFR fixes */
@media only screen and (max-width: 1068px) {
	.grid-item-customer.icon-half .flex-content .icon{
		flex-grow: 0.75;
	}
}

@media only screen and (max-width: 735px) {
	.grid-item-customer.icon-half .flex-content .icon{
		flex-grow: 1;
	}
}

@media only screen and (max-width: 1068px) {
	.grid-item-verify-payment.full h3 {
		max-width: 235px;
	}
}

@media only screen and (max-width: 735px) {
	.grid-item-verify-payment.full h3 {
		max-width: 290px;
	}
}

.typography-headline-medium-custom {
		font-size: 44px !important;
	}
	
	@media only screen and (max-width: 1068px) {
	.typography-headline-medium-custom {
		font-size: 44px !important;
	}
}

/* Copy tiles */

@media only screen and (max-width: 1068px){.typography-headline {font-size: 29px}}
@media only screen and (max-width: 1068px){.typography-headline-medium-custom{font-size: 41px !important;}}

