.stats-icon {
    position: relative;
    top: 19px;
    left: 56px;
    z-index: 100;
}
.stats-icon img {
  height:100px;width:100px
}
.stats-ball {
    position: relative;
    width: 225px;
    height: 225px;
    border-radius: 225px;
    background: #fff;
    top: -30px;
}
.big-ball {
  width:20%;
  position:relative;padding-left:20px"
}
.stats-wrapper {width: 100%;background:#f7f7f7;height:auto;margin:auto;}

@media only screen and (max-width: 480px) {
.stats-wrapper {
    background: #f7f7f7;
    height: auto;
    width: 100%;
    padding-bottom: 3%;
    margin-left: -23px;
}
  .big-ball {
  width:60%;
  position:relative;padding-left:20px;
    margin:auto
}
.flex-stats {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
  .stats-icon img {
  height:100px;width:100px
}
.stats-ball {
  position:relative;width: 225px; height: 225px; border-radius: 225px; background: #fff;
}
}