.feature-list .list-index {
	position: absolute;
	left: -0.3em;
	top: -0.3em;
	font-size: 7rem;
	opacity: 0.8;
	z-index: 2;
	color: #e199fb;
	font-family: "Work Sans", sans-serif;
}

.feature-list .image-image {
	background-repeat: no-repeat;
}

.feature-list .image-image,
.feature-list .image-placeholder {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p-with-marg p {
	margin-bottom: 30px !important;
	line-height: 1.61;
}

.p-with-marg strong {
	font-weight: 500 !important;
}

@media screen and (max-width: 600px) {
	.feature-list .list-index {
		font-size: 3.5rem;
	}
}
