.minga-simple-stat {
	border-radius: 12px;
	padding: 20px;
}
@media screen and (min-width: 991px) {
	.minga-simple-stat {
		display: flex;
		gap: 20px;
	}
}
.minga-simple-stat[data-background="green"] {
	background-color: #f1ff74;
	color: #003366;
}
.minga-simple-stat[data-background="blue"] {
	background-color: #003366;
	color: #f1ff74;
}

.minga-simple-stat__number {
	font-size: 56px;
	font-weight: 900;
	line-height: 1em;
    margin-bottom: 8px;
}
@media screen and (min-width: 991px) {
    .minga-simple-stat__number {
        margin-bottom: 0;
    }
}

.minga-simple-stat__description {
	font-weight: 800;
	font-size: 21px;
	line-height: 1.3em;
}
