.statistics{
    padding: 70px 0;
    background: #fe7727;
}
.tiles-box{
    display: flex;
    border: 1px solid #fff;
    gap: 15px;
    align-items: flex-start;
    padding: 10px;
    position: relative;
    justify-content: center;
    padding-top: 45px;
    align-items: center;
}
.tiles-box h3{
    font-size: 20px;
    color: #fff;
}
.tiles-box i{
    font-size: 40px;
    color: #fe7727;
    position: absolute;
    top: -40%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border:5px solid #fe7727;
}
.tiles-box .counter{
    font-size: 20px;
    color: #fff;
}
.tiles-box-data{
    text-align: center;
}

.tiles-box-data p span{
    font-size: 30px !important;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}
.tiles-box-data p span::before, .tiles-box-data p span::after{
    content: "";
    left: 30px;
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
}
