.fundsabout--section {
	position: relative;
	color: var(--theme-dk-blue);
}

.fundsabout--image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.fundsabout--image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 135px;
	background: linear-gradient(360deg, rgba(11, 109, 150, 0) 0%, #0B6D96 100%);
}

.fundsabout--image img {
	object-position: center top;
}

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

.fundsabout--card-col {
	margin-bottom: 30px;
}

.fundsabout--card {
	background-color: var(--theme-lt-blue-80);
	padding: 20px 20px 15px;
	border-radius: 5px;
}
.fundsabout--card.watermark-mod {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40.04' height='50' viewBox='0 0 40.04 50'%3E%3Cpath d='M40.04,0H8.54v44.4l12.52-8.73h18.98V0ZM35.64,31.64h-16.26l-6.43,4.52V4.03h22.69v27.61h0ZM4.41,46.92V0H0v50l4.41-3.08Z' style='fill: %2342a2d433;'/%3E%3C/svg%3E");
	background-blend-mode: multiply;
	background-size: 124px 141px;
	background-repeat: no-repeat;
	background-position: right 20px top 20px;	
}

.fundsabout--card-col:nth-child(1) .fundsabout--card {
	background-color: var(--theme-white-80);
}

.fundsabout--copy {
	max-width: 450px;
}

.fundsabout--stat-col {
	min-height: 200px;
	mix-blend-mode: multiply;
}

.fundsabout--stat-col.watermark-mod {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40.04' height='50' viewBox='0 0 40.04 50'%3E%3Cpath d='M40.04,0H8.54v44.4l12.52-8.73h18.98V0ZM35.64,31.64h-16.26l-6.43,4.52V4.03h22.69v27.61h0ZM4.41,46.92V0H0v50l4.41-3.08Z' style='fill: %2342a2d433;'/%3E%3C/svg%3E");
	background-size: 148px 170px;
	background-repeat: no-repeat;
	background-position: center;	
}

.fundsabout--stats {
	position: relative;
	background: var(--theme-lt-blue-80);
	padding: 20px;
	border-radius: 5px;
}

.fundsabout--value {
	font-weight: 300;
	display: block;
	line-height: 1;
	text-align: center;
	margin-bottom: 5px;
}

.fundsabout--description {
	display: block;
	letter-spacing: .09em;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.5em;
	max-width: 280px;
	margin: 0 auto;
}

.fundsabout--title {
	margin-bottom: 15px;
}

@media (min-width: 992px) {
	
	.fundsabout--card {
		min-height: 100%;
	}
	
	.fundsabout--card,
	.fundsabout--stats {
		padding: 45px 45px 30px;
	}
	
	.fundsabout--stat-col {
		min-height: 100%;
		margin-bottom: 0;
	}
}