.banner-card {
	.bg-gradient {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 1440px;
		height: 215px;
		background: var(--Deep-Void-Purple, #542985);
		filter: blur(250px);
		z-index: -1;
	}
	.card-wrapper {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 30px;

		.card {
			width: 100%;

			.text-large {
				color: var(--white);
				font-weight: 700;
			}
		}
	}
}
