.fundstats--container {
	padding: 60px 30px;
}

.fundstats--stats {
	padding: 0;
	margin: 30px 0 30px;
	list-style-type: none;
	max-width: 407px;
}

@media (min-width: 992px) {
	.fundstats--stats {
		margin: 0 auto 30px;
	}
}

.fundstats--stat {
	background: #dbe7ee;
	margin-bottom: 15px;
	padding: 25px 30px 15px;
	color: var(--theme-dk-blue);
	text-transform: uppercase;
}

.fundstats--stat:last-child {
	position: relative;
	margin-bottom: 30px;
}

.fundstats--stat:last-child:after {
	content: "";
	position: absolute;
	font-size: 30px;
	left: 0;
	bottom: -.8em;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: .8em 1em 0 0;
	border-color: #dbe7ee transparent transparent transparent;
	transform: rotate(0deg);
}

.fundstats--value {
	display: block;
	font-weight: 300;
	line-height: 1.1;
}

.fundstats--description {
	letter-spacing: .09em;
	font-weight: 500;
}