@import url(common.css);
@import url(comon_media_query.css);

p {
    color: var(--grey);
    font-weight: 800;
    font-size: 26px;
}

.numbers {
    font-weight: 700;
    font-size: 75px;
    color: #FDCA40;
}

.category {
    font-weight: 500;
    font-size: 16px;
    color: #008081;
}

span {}