.s-demo {
	font-family: Segoe UI, sans-serif;
	font-size: 20px;
	font-weight: 400;
	padding: 80px 0;
	position: relative;
}

.s-demo__wrapper {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.s-demo__title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	color: rgb(5 10 35);
	letter-spacing: -.025em;
	margin-bottom: 24px;
	text-align: center;
}

.s-demo__text {
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	line-height: 1.625;
	margin-bottom: 32px;
	text-align: center;
}

.s-demo__video {
	display: flex;
	width: 100%;
	max-width: 1024px;
	position: relative;
	border-radius: 24px;
	margin-bottom: 48px;
}

.s-demo__video iframe {
	border-radius: 24px;
}

.s-demo__video-btn svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.s-demo__btn-list {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 16px;
}

.s-demo__btn-purple,
.s-demo__btn-light {
	padding: 16px 32px;
	color: #fff;
	background: rgb(154 0 247);
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	line-height: 24px;
	font-weight: 600;
	border: 2px solid transparent;
	transition: all 0.3s cubic-bezier(.4, 0, .2, 1);
}

.s-demo__btn-light {
	color: rgb(154 0 247);
	border-color: rgb(154 0 247);
	background: #fff;
}

.s-demo__btn-purple:hover {
	background: #fff;
	color: rgb(154 0 247);
	border-color: rgb(154 0 247);
	transform: translateY(-2px);
}

.s-demo__btn-light:hover {
	background: rgb(154 0 247);
	transform: translateY(-2px);
	color: #fff;
	border-color: rgb(154 0 247);
}

.s-demo__underbtn-text {
	line-height: 20px;
	font-size: 14px;
	color: rgb(107 114 128);
	text-align: center;
	margin-top: 16px;
}

@media (width <=479px) {
	.s-grid,
	.s-demo,
	.s-banner,
	.s-cards,
	.s-text-image {
		padding: 60px 0;
	}

	.s-grid__title,
	.s-demo__title,
	.s-banner__title,
	.s-cards__title,
	.s-text-image__title {
		font-size: 32px;
	}

	.s-grid__text,
	.s-demo__text,
	.s-cards__subtitle,
	.s-text-image__text {
		font-size: 16px;
	}

	.s-demo__btn-list {
		flex-flow: column;
		width: 100%;
	}

	.s-grid__btn,
	.s-demo__btn-purple,
	.s-demo__btn-light {
		width: 100%;
		justify-content: center;
	}

	.s-demo__underbtn-text {
		font-size: 11px;
	}
	}
}