.how-to {
	.background-gradient {
		position: absolute;
		top: 0;
		left: -50%;
		background: var(--deep-void-purple);
		filter: blur(400px);
		width: 50%;
		height: 500px;
		z-index: -1;
	}
}
