.mod_numbers {
	background: #0072bc;
	color: #fff;
    font-family:'HelveticaNeueW01-67MdCn 692710', Arial, sans-serif;
	padding: 10px 30px 30px 30px;
}

.mod_numbers ul {
	display: flex;
	flex-wrap:wrap;
	list-style-type: none
}

.mod_numbers ul li {
	flex: 1 1 250px;
	text-align: center;
	padding: 10px 30px;
}

.mod_numbers ul li p.number {
	font-size: 1.2em;

}
.mod_numbers ul li p.number span.count {font-size:3.0em}
.mod_numbers ul li p.number span
{line-height:1.01em}

.mod_numbers_description
{ padding:10px ;font-family:Helvetica, Arial, sans-serif; max-width:900px; margin:0 auto}
.mod_numbers_number_description
{ font-family:Helvetica, Arial, sans-serif;}

.slide-top {
	margin:120px 0 -120px 0;

	-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


/* ----------------------------------------------
 * Generated by Animista on 2019-11-6 15:43:55
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-top {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
}
@keyframes slide-top {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
}
