.asvc-widget{
    box-sizing:border-box;
    font-family:Arial,sans-serif;
    text-align:center;
    padding:28px 20px;
}
.asvc-card{
    max-width:460px;
    margin:20px auto;
    background:#151515;
    color:#fff;
    border-radius:14px;
    box-shadow:0 12px 30px rgba(0,0,0,.12);
}
.asvc-icon{
    color:#e00000;
    font-size:16px;
    margin-bottom:8px;
}
.asvc-number{
    font-family:Georgia,serif;
    font-size:46px;
    line-height:1;
    font-weight:700;
    letter-spacing:1px;
}
.asvc-label{
    margin-top:10px;
    color:#999;
    font-size:10px;
    letter-spacing:1.7px;
    font-weight:700;
}
