@media (max-width: 768px) {
    .kite-map-stats{
        flex-wrap: wrap ;
    }
}

.kite-map-stats{
    display:flex;
    gap: 1rem;
}

.kite-stat-box{
    flex: 25%;
    text-align: center;
    padding: 1.5rem 2rem;
    border-radius: 12px;
    border: 1px solid #444b56;
    background-color: #17263A;
    color: #fff;
}
.kite-stat-number{
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
}
.kite-stat-label{
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    color: #6a7282;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.kite-stat-icon{
    width:30px;
    height:30px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 5px auto;
}

.kite-stat-icon svg{
    width:26px;
    height:26px;
}

.kite-green{
    color:#22c55e;
}

.kite-blue{
    color:#3b82f6;
}

.kite-purple{
    color:#8b5cf6;
}

.kite-orange{
    color:#f97316;
}