@charset "utf-8";



.new {
    font-size: 1.1rem;
    font-weight: 600;
    color: #FF0033;
}

@media all and (max-width : 500px) {
    .new {
        font-size: 0.8rem;
        font-weight: 600;
        color: #FF0033;
    }
}
