.statistic{
	padding: 20px 0;
	background: #ffffff;
}
.statistic .item{
	text-align: rigth;
}
.statistic .title{
	font-size: 2rem;
	font-weight: bold;
	text-wrap: balance;
    color: var(--main-color);
}
.statistic .text{
	font-size: 1rem;
	color: #333;
	text-wrap: balance;
}
.statistic .intro_how_padding-top {
	padding-top: 40px;
}
/********* Media ***********/

/* Extra small devices (phones, less than 768px) */
@media (min-width: 320px) and (max-width: 767px) {
	.statistic .container{
		max-width: none!important;
	}

}



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {



}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {



}