.bg-secondary-section {
    background: #ffffff05 !important;
}

.feature-stream-section {
	padding: 64px 0;
	background: #181a1b;
}

.feature-stream-title,
.feature-stream-subtitle {
	font-weight: 700;
	color: #1fb55b;
}
.feature-stream-title {
	font-size: 2.5rem;
	margin-bottom: 1.2rem;
}
.feature-stream-desc,
.feature-stream-text {
	font-size: 1.18rem;
	color: #f5f5f5;
	max-width: 650px;
	margin: 0 auto 1.5rem auto;
}
.bg-secondary-section .feature-stream-desc,
.bg-secondary-section .feature-stream-text,
.bg-secondary-section .feature-stream-list li {
	color: #ffffff !important;
}
.feature-stream-img {
	display: block;
	margin: 2rem auto 0 auto;
	max-width: 380px;
	width: 100%;
	border-radius: 18px;
}
.feature-stream-list {
	list-style: none;
	padding-left: 0;
	margin-top: 1.2rem;
	margin-bottom: 0;
}
.feature-stream-list li {
	padding-left: 1.6em;
	position: relative;
	margin-bottom: 1em;
	color: #ffffff;
	font-size: 1.08rem;
}
.feature-stream-list li:before {
	content: "✔";
	color: #1fb55b;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1.1em;
}
.feature-stream-player-icons {
	font-size: 2.2rem;
	color: #1fb55b;
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
	.feature-stream-section {
		padding: 32px 0;
	}
	.feature-stream-title {
		font-size: 1.6rem;
	}
	.feature-stream-subtitle {
		font-size: 1.15rem;
	}
	.feature-stream-img {
		max-width: 180px;
	}
	.feature-stream-desc,
	.feature-stream-text {
		font-size: 1rem;
	}
}
