.stats-item-wrapper{
    padding-top: 45px;

}
.stats-title-wrapper .stats-title {
    color: var(--main-blue);
}
.stat-item-number p{
    font-family: "Gotham A","Gotham B";
    font-size: 3.5rem;
    color: var(--main-blue);
    font-weight: 300;
    line-height: 1.18;
    word-wrap: break-word;
    margin: 10px 0;
    
}
.counter-description p{
    font-size: 1.4rem;
    line-height: 20px;
    height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    margin: 0;
    text-align:center;
}
.simple-description p{
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: normal;
    color: var(--black-color);
   
    width: 100%;
    text-align:center;
}
.simple-description.maxw{ max-width: 270px;
}
.stats-item-main-wrapper .stat-icon img{
height:55px;
object-fit:cover;
width:55px;
}