.UIClockSystem {
        color: #212529;
        font-size: 15px;
        background: #f1f1f1;
        display: inline-flex;
        padding: 20px;
        text-align: center;
        height: 100%;
        min-height: 115px;
        align-items: center;
        justify-content: center;
        width: 100%;
        font-weight: 600;
}
@media screen and (max-width: 768px) {
        .UIClockSystem {
                display: none !important;
        }
}
