@media screen and (max-width: 480px) {
    .item-box {
        flex-direction: column;
    }
}
@media screen and (max-width: 480px) {
    .item-box .item-photo {
        margin-right: 0;
    }
}
.item-box .item-content .item-head {
    font-weight: 500;
}
.item-box .item-content .item-lead strong {
    font-size: 1.3em;
    font-weight: 500;
}
@media screen and (max-width: 480px) {
    .item-box .item-content .item-lead strong {
        font-size: 1.2em;
    }
}
.item-box .item-content .item-lead .number {
    color: #33a6cc;
    font-size: 1.6em;
    font-weight: bold;
    display: inline-block;
    margin: 0 0.6em;
    transform: skewX(-5deg);
}
/*# sourceMappingURL=number.css.map */