.show-time {
    font-size: 0.9vw;
    position: relative;
    font-weight: normal;
    font-family: IRANYekanX-FaNum, sans-serif;
}

.show-time i {
    margin-right: 0.3vw;
}

@media screen and (max-width: 992px) {
    .show-time {
        font-size: 15px;
        gap: 10px;
        font-weight: 100!important;
    }

    .show-time i {
        margin-right: 8px!important;
    }
}

@media screen and (max-width: 450px) {
    .show-time {
        font-size: 3vw;
        gap: 0.9vw;
    }

    .show-time i {
        margin-right: 1vw!important;
    }

}