#infographic .card-title {
	font-size: 2rem;
	font-weight: bold;
	line-height: 24px;
	color: #004987;
	display: block;
}

#infographic .card-text {
	font-size: 1rem;
	font-weight: bold;
	line-height: normal;
	color: #0076bc;
	display: block;
}

#infographic .display-1 {
	font-family: 'gotham light';
	font-weight: 100;
	font-size: 8rem;
	line-height: 6rem;
	color: #58595B;
	margin-bottom: .5rem;
}

#infographic .display-2 {
	font-family: 'gotham light' !important;
	font-weight: 100;
	font-size: 4rem !important;
	line-height: 3rem !important;
	color: #004987;
}

#infographic .display-3 {
	font-weight: 300;
	font-size: 1.5rem;
	line-height: normal;
	color: #58595b;
}

#infographic .display-4 {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 24px;
	color: #004987;
	display: block;
}

#infographic .rounded-circle {
	border: 12px #e8f5fc solid;
	max-width: 300px;
	margin: auto;
}

#infographic .rounded-circle .display-1 {
	font-family: 'gotham';
	color: #2c9ddf;
}

#infographic .rounded-circle .card-text {
	font-size: 1.2rem;
	line-height: 26px;
	color: #004987;
}

@media (max-width: 575.98px) {
	#infographic .display-1 {
		font-size: 6rem;
	}

	#infographic .display-2 {
		font-size: 3.2rem;
	}

	#infographic .display-3 {
		font-size: 1.2rem;
	}

	#infographic .display-4 {
		font-size: 1.4rem;
	}

	#infographic .card-title {
		font-size: 1.8rem;
	}

	#infographic .rounded-circle {
		max-width: 250px;
	}

	#infographic .rounded-circle .card-text {
		font-size: 1.1rem;
		line-height: normal;
	}
}
