.custom-ac-ctaimage {
	padding: 56px 0;
}

.cta-imgs-ctaimage {
	font-size: 0;
	margin-bottom: 32px;
}

.cta-imgs-ctaimage figure {
	text-align: center;
}

.cta-text-ctaimage p {
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -0.03em;
	color: #FFFFFF;
	margin-bottom: 24px;
}

.cta-text-ctaimage p strong {
	color: #E10A1D;
}

.cta-text-ctaimage a {
	font-weight: 500;
	font-size: 15px;
	height: 50px;
	line-height: 50px;
	background-color: #E10A1D;
	color: #ffffff;
	border: none;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
	display: block;
	outline: none;
	text-align: center;
	width: 100%;
	transition: all .3s ease;
	margin: 0;
}

.cta-text-ctaimage a:hover {
	color: #ffffff;
	background: #e31d2f;
}

.cta-text-ctaimage a:active {
	background: #eb5966;
}

div[role="button"] {
	color: #ffffff!important;
}

@media screen and (min-width:768px) {
	.cta-text-ctaimage {
		display: flex;
		justify-content: space-between;
		max-width: 596px;
		margin: auto;
	}
	.cta-text-ctaimage a {
		max-width: 224px;
		margin-left: 8px;
	}
	.cta-text-ctaimage p {
		text-align: left;
	}
	.cta-text-ctaimage p strong {
		display: block;
	}
}

@media screen and (min-width:992px) {
	.custom-ac-ctaimage > .container {
		display: flex;
	}
	.cta-imgs-ctaimage figure {
		max-width: 332px;
		margin-right: 24px!important;
		min-width: 332px;
	}
	.cta-imgs-ctaimage {
		margin: 0;
	}
	.cta-text-ctaimage {
		max-width: none;
		width: 100%;
		align-items: center;
		border-left: 2px solid #E2E2E2;
		padding: 12px 0 12px 24px;
	}
	.cta-text-ctaimage p {
		margin: 0;
	}
	.cta-text-ctaimage p strong {
		display: inline-block;
	}
}

@media screen and (min-width:1200px) {
	.custom-ac-ctaimage > .container {
		max-width: 1042px;
		padding: 0;
	}
	.cta-imgs-ctaimage figure {
		max-width: 460px;
		min-width: 460px;
	}
}

@media screen and (min-width:1400px) {
	.custom-ac-ctaimage > .container {
		max-width: 1180px;
	}
	.cta-imgs-ctaimage figure {
		max-width: 516px;
		min-width: 516px;
	}
}