
@media (min-width: 420px) and (max-width: 659px) {
  
  .container_stats .box {
    width: 160px;
    margin-top:3rem;
}
}
@media (max-width: 575.98px) {
  .container_stats .box {
    width: 160px;
    margin-top:3rem;
}
}
@media (min-width: 660px) and (max-width: 899px) {

  .container_stats .box {
    width: 160px;
    margin-top:3rem;
}
  
}

@media (min-width: 900px) {
 
  .container_stats .box {
      width: 160px;
      margin-top:3rem;
  }
}



.container_stats .box .chart {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 35px;
  line-height: 160px;
  height: 160px;
  color: #000;
}

.container_stats .box canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 100%;
}

.statsText {
  text-align: center;
  font-size: 22px;
  line-height: 160px;
  height: 160px;
  color: #000;
}

.goalText{
  line-height: 40px;
  margin: 0;
  color: #000;
}

.statsText2{
  text-align: center;
  font-size: 22px;
  line-height: 80px;
  color: #000;
}

#total_users_number{
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 35px;
  line-height: 160px;
  height: 90px;
  color: #000;
}

#total_countries_number{
  display: block;
  font-size: 10px;
}

.center_text{
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 35px;
  line-height: 160px;
  height: 90px;
  color: #000;
}

.total_countries_number{
  display: block;
  font-size: 10px;
}