.feature-storage-section {
	padding: 64px 0;
	background: #181a1b;
}
.bg-secondary-section {
	background: #ffffff05 !important;
}
.feature-storage-title,
.feature-storage-subtitle {
	font-weight: 700;
	color: #1fb55b;
}
.feature-storage-title {
	font-size: 2.3rem;
	margin-bottom: 1.2rem;
}
.feature-storage-desc,
.feature-storage-text {
	font-size: 1.15rem;
	color: #f5f5f5;
	max-width: 650px;
	margin: 0 auto 1.5rem auto;
}
.bg-secondary-section .feature-storage-desc,
.bg-secondary-section .feature-storage-text,
.bg-secondary-section .feature-storage-list li {
	color: #ffffff !important;
}
.feature-storage-img {
	display: block;
	margin: 2rem auto 0 auto;
	max-width: 340px;
	width: 100%;
	border-radius: 18px;
}
.feature-storage-list {
	list-style: none;
	padding-left: 0;
	margin-top: 1.2rem;
	margin-bottom: 0;
}
.feature-storage-list li {
	padding-left: 1.6em;
	position: relative;
	margin-bottom: 1em;
	color: #f5f5f5;
	font-size: 1.08rem;
}
.feature-storage-list li:before {
	content: "✔";
	color: #1fb55b;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1.1em;
}
@media (max-width: 991.98px) {
	.feature-storage-section {
		padding: 32px 0;
	}
	.feature-storage-title {
		font-size: 1.4rem;
	}
	.feature-storage-subtitle {
		font-size: 1.1rem;
	}
	.feature-storage-img {
		max-width: 160px;
	}
	.feature-storage-desc,
	.feature-storage-text {
		font-size: 1rem;
	}
}
