.request-a-demo-container {
	padding: 32px 0;
}
.request-a-demo-block {
	padding: 56px 32px;
	border-radius: 12px;
	text-align: center;
	background-color: #EAEDF8;
	background-image: var(--bg-image);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@media screen and (min-width:768px) {
	.request-a-demo-block {
		border-radius: 24px;
	}
}
.request-a-demo-block__text {
	color: var(--main-white, #FFF);
	font-family: 'Inter';
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.3;
	max-width: 554px;
	margin: 0 auto;
}
.request-a-demo-container--style-2 .request-a-demo-block__text,
.request-a-demo-container--style-4 .request-a-demo-block__text {
	color: #0e0e0e;
}
.request-a-demo-block__text * {
	margin: 0;
	font-size: inherit !important;
	line-height: inherit !important;
	font-weight: inherit !important;
}
.request-a-demo-block__btn {
	margin-top: 24px;
}