/* Stats */
.stats-section {
	padding:4rem 0 0 0;
}

.stats-item{
	background: linear-gradient(to bottom, #d64aa5 0%, rgba(137, 49, 106, 0.6) 100%);
	border-radius:2rem;
	padding:1.5rem;
	text-align: center;
	color:var(--color-text-light);
	margin:0 0 2rem 0;
}

.stats-item-display{
	font-size:3.5rem;
	line-height:1.1;
	font-weight:200;
}

.stats-item-title{
	font-size:1.2rem;
	font-weight:700;
}

@media screen and (min-width:768px) {
	.stats-section {
		padding:5.8rem 0 0 0;
	}
	.stats-item{
		border-radius:3rem;
		padding:2rem;
		margin:0;
	}
	.stats-item-display{
		font-size:4.5rem;
	}

	.stats-item-title{
		font-size:1.2rem;
	}
}
@media screen and (max-width:1199px) {
	.stats-item-display{
		font-size:3rem;
	}
}
@media screen and (min-width:1400px) {
.stats-item-title{
		font-size:1.4rem;
	}
}