.cta-middle,
.cta-end {
	width: 100%;
	display: flex;
	align-items:center;
	gap:5vw;
	padding:30px 40px;
	margin:40px 0;
	border-radius: 6px;
	box-shadow: 3px 5px 24px 0px rgba(0, 0, 0, 0.07);
	background: linear-gradient(101deg, #0171a8 42.04%, #049fdb 91.85%);
}

.cta-end {
	background: linear-gradient(93deg, #8f0e0e 0%, #aa1414 85.15%);
}

.cta-middle p,
.cta-end p {
	color: #fff;
	font-family: Roboto;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 132%; /* 29.04px */
	margin:unset;
}

.cta-middle a,
.cta-end a {
	/* Display */
	display: inline-flex;
	height: 40px;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
	border-radius: 6px;
	gap: 6px;
	background: #fff;

	/*Text*/
	color: #aa1414;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 125% */
	letter-spacing: 0.32px;
}
