    .stat__icon {
        margin-bottom: 2rem;
    }
    
    .stat__icon img.icon {
        border-radius: 50%;
		border: 7px solid rgba(0, 0, 0, 0.03);
    }
    
    .advantages-wrap {        
		padding-top: 3rem;
    }

.stats-wrap {
  overflow: hidden;
}
.stats-wrap .stat a {
  color: #0ea6cc;
  text-decoration: underline;
}

.stats-wrap .stat a:hover {
  color: #43ade9;
  text-decoration: none;
}
.stats-wrap .stats {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 40px 0 15px;
    max-width: 1260px;
    margin: 0 auto;
}
.stats-wrap .stats .stat {
	margin: 0;
    padding: 0 20px 36px;
    /*width: 250px;
    min-width: 250px;
    max-width: 0;*/
	max-width: 25rem;	
	font-size: 1.5rem;
}

.stat__title {
  margin-bottom: 6px;
  color: #252525;  
  font-size: 2.1rem;
  font-weight: bold;
}

.stats {
  padding: 14px 0 0;
  text-align: center;
  margin-left: -5px;
  margin-right: -5px;
}

@media only screen and (min-width: 769px) {
  .stats {
      padding: 24px 0 4px;
      max-width: 768px;
      margin: 0 auto;
  }
}

@media only screen and (min-width: 1024px) {
  .stats {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      max-width: 920px;
  }
  
}

@media only screen and (min-width: 1320px) {
  .stats {
      justify-content: space-around;
      max-width: 1320px;
      padding-left: 20px;
      padding-right: 20px;
  }
  .stats-wrap .stats {max-width: 1600px;}
  .stats-wrap .stats .stat {max-width: 25rem; font-size: 1.7rem;}
  .stat__title {font-size: 1.9rem; }
}

@media only screen and (min-width: 1650px) {
	.stats-wrap .stats {max-width: 100%;}	
}

.countup {
  visibility: hidden;
}

.icon--stat-5 {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 200px;
}

.icon--stat-1 {
  width: 43px;
  height: 33px;  
}

.icon--stat-2 {
  width: 35px;
  height: 41px;
}

.icon--stat-3 {
  width: 31px;
  height: 36px;
}

.advantage__text a {color: inherit !important;}