.isaqb-cta {
	padding: 60px;
	background-color: #263F4D;
	background-size: contain;
	background-position: bottom right;
	background-repeat: no-repeat;
}
.has-background-image .iscta-content {
	width: 66.66%;
}
.isaqb-cta .title {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #f29400;
}
.isaqb-cta .subtitle {
	font-family: var( --e-global-typography-secondary-font-family ), sans-serif;
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: -0.2px;
	color: #fff;
	margin-top: 30px;
}
.isaqb-cta .cta-button {
	margin-top: 30px;
}
@media screen and ( max-width: 1023px ) {
	.isaqb-cta {
		padding: 30px;
	}
	.has-background-image .iscta-content {
		width: 60%;
	}
	.isaqb-cta .title {
		font-size: 16px;
		line-height: 24px;
	}
	.isaqb-cta .subtitle {
		font-size: 24px;
		line-height: 30px;
		margin-top: 16px;
	}
	.isaqb-cta .cta-button {
		margin-top: 20px;
	}
}
@media screen and ( max-width: 700px ) {
	.has-background-image .iscta-content {
		width: 50%;
	}
	.isaqb-cta .title {
		font-size: 14px;
		line-height: 20px;
	}
	.isaqb-cta .subtitle {
		font-size: 21px;
		line-height: 28px;
		margin-top: 12px;
	}
	.isaqb-cta .cta-button {
		margin-top: 16px;
	}
}
@media screen and ( max-width: 600px ) {
	.isaqb-cta {
		padding: 20px;
	}
	.isaqb-cta.has-background-image {
		padding-bottom: 95%;
	}
	.has-background-image .iscta-content {
		width: 100%;
	}
}