@charset "UTF-8";


.fv__time {
    font-size: 3.5vw;
    text-align: left;
    font-weight: 400;
    margin-bottom: 20px;
}

@media screen and (min-width: 720px) {
    .fv__time {
        font-size: 24px;
    }
}