  @media (max-width: 575px) {
	.a-button:last-child {
		margin-bottom: 1.5rem;
	}
}
@media (max-width: 767px) {
	.a-button:last-child {
		margin-bottom: 1.5rem;
	}
}


.m-card {
	display: block;
}
.stat {
	font-size: 4rem;
	margin: 0px;
	padding: 0px;
	border: none;
	word-break:normal;
}  
.stat:hover, .stat:focus, .stat:visited {
	font-size: 4rem;
	border: none;
	color:#fff !important;
	padding: 0px;
}
.m-card h4 {
	margin-top: -20px;
}

.stat-degree {
	font-size: 35px;
	margin-bottom: 0px;
	margin-top: -20px;
	text-align: center;
	background: #D4D4D4;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	text-align: center;
	line-height: 80px;
	vertical-align: middle;
	padding: 33px 0px;
}

.card-body-programs {
	background-color: #EEF2F9;
	padding: 0px 15px;
}
.card-body-programs h3 {
	margin: 10px 0px -10px 0px;
} 
.m-table table {
	text-align: left;
}   
.m-table h4 {
	font-weight: bold;
}
</style>
<style>
@media (max-width: 575px) {
	.stat-degree {
		border-radius: 50%;
		font-size: 45px;
		margin-bottom: 10px;
		margin-top: 20px;
		text-align: center;
		background: #EEF2F9;
		width: auto;
		height: auto;
		line-height: 30px;
		padding: 15px 0px 0px 0px;
	}
	.stats > :last-child {
		margin-bottom: -70px;
	}
}

@media (min-width: 578px) {
	.stat-degree {
		border-radius: 50%;
		font-size: 45px;
		margin-bottom: 10px;
		margin-top: 20px;
		text-align: center;
	}
	.stats {
		margin-bottom: 0px;
	}

}

@media (min-width: 768px) {
	.stat-degree {
		border-radius: 50%;
		font-size: 30px;
		margin-bottom: 10px;
		margin-top: 20px;
		text-align: center;
		width: 90px;
		height: 90px;
		padding: 7px 0px 0px 0px;
	}
	.stats {
		margin-bottom: 0px;
	}

}
@media (min-width: 992px) {
	.stat-degree {
		border-radius: 50%;
		font-size: 30px;
		margin-bottom: 10px;
		margin-top: -20px;
		text-align: center;
		width: 125px;
		height: 125px;
		padding: 22px 0px 0px 0px;

	}
	.stats:first-of-type {

	}
}