.view_countdown{
    /* padding: 20px; */
    padding-bottom: 10px !important;
    color: rgb(85, 85, 85);
    border-radius: 5px;
    /* border: 1px solid rgb(84, 84, 84); */
    border: 1px solid #d1d1d1;
}

.timer{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: auto;
    font-size: 15px; 
}

.view_countdown > h4{
    margin-bottom: 15px;
    margin-top: 15px;
}

.item-time{
    width: 25%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;

}

.detail-time{
    font-size: 30px;
    font-weight: 500;
}

.view_thumbnail{
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}


@media only screen and (max-width: 499px) {

    .view_countdown > h4{
        font-size: 15px; 
    }
    .view_countdown{
        /* padding: 10px; */
        padding-bottom: 10px;
    }
    
    .timer{
        font-size: 10px; 
    }
    
    .detail-time{
        font-size: 20px;
        font-weight: 500;
    }
    
}