

.section_industries-cta {
	background: linear-gradient(to bottom, #ffffff 0%, #eaebfc 95%);
}

.section_industries-cta__inner {
	background: url("../assets/img/flower.svg") right bottom 87% no-repeat, linear-gradient(to right, #3a366b 10%, #4D479D 100%);
	background-size: 500px 400px, cover;
	border-radius: 25px;
	padding: clamp(30px, calc(30px + 10 * (calc(var(--vw, 1vw) * 100) - 576px) / 416), 40px) clamp(20px, calc(20px + 10 * (calc(var(--vw, 1vw) * 100) - 576px) / 416), 30px);
}

.section_industries-cta h2 {
	font-size: clamp(20px, calc(20px + 32 * (calc(var(--vw, 1vw) * 100) - 576px) / 416), 52px);
	font-weight: bold;
	color: white;
	max-width: 1000px;
}