body {
}

.young-passion-gradient {
	background: linear-gradient(40deg, #b12a5b, #ff8177);
}

.title h1 {
	text-align: left;
	color: #353535;
	font-size: 35px;
}

.hero {
	color: white;
	padding: 39px 5px;
}

.hero a button {
	font-size: 17px;
	color: #fff;
	padding: 7px;
	border-radius: 9px;
	border: 2px solid #fff;
	background-color: #ffffff00;
	font-weight: 700;
	margin: 30px 0;
}

.hero #counters_hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	vertical-align: middle;
	height: 100%;
}

.hero #counters_hero .cont {
	margin: auto;
}

.hero #counters_hero .cont .label {
	text-align: center;
	height: 49px;
	line-height: 1.4;
	font-size: 14px;
}

.circle {
	width: 99px;
	height: 99px;
	background: #cfcfcfb9;
	border-radius: 78px;
	margin: auto;
}

.circle .counter {
	font-size: 20px;
	text-align: center;
	color: white;
	line-height: 4.6;
	width: auto;
}

.description {
	background-color: #e0e0e0;
	padding: 15px;
	color: #3c3c3c;
}

.description p {
	font-weight: 700;
}

#counters_1,
#counters_2,
#counters_3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 33px;
}

#counters_1 .counter,
#counters_2 .counter,
#counters_3 .counter {
	margin-bottom: 0;
	color: #07ccec;
	font-size: 35px;
	line-height: 40px;
	width: auto;
	text-transform: uppercase;
	text-align: left;
	font-weight: 600;
}

#counters_1 p,
#counters_2 p,
#counters_3 p {
	margin-bottom: 0;
    color: #01316C;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    font-weight: 500;
}

#counters_1 .text,
#counters_2 .text,
#counters_3 .text {
	width: 100px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	color: #616161;
}

#counters_1 .cont .row,
#counters_2 .cont .row,
#counters_3 .cont .row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.distance {
	margin: 88px 0 160px 0;
	text-align: center;
	font-size: 41px;
	color: #04884c;
	font-weight: 400;
}
/*# sourceMappingURL=style.css.map */
