.count-list .name {
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 1.4;
    padding: 0 22px;
}
@media screen and (max-width: 480px) {
    .count-list .box {
        align-items: center;
    }
    .count-list .count-top {
        width: 50px;
        line-height: 1.5;
    }
    .count-list .name {
        width: calc(100% - 50px);
        padding: 0;
    }
}