@media(min-width: 991px) {
    .time-rtl {
        position: absolute;
        left: 40%;
        top: 108%;
        transform: translate(-50%,-50%);
        width: 26%;
    }
    
    .text-projects-rtl {
        position: absolute;
        top: 119%;
        left: 50%;
        padding: 6px;
        font-size: 2vw;
        transform: translate(-50%,-50%);
        text-align: center;
        width: 38%;
    }
    
    
    .box-time-rtl {
        position: absolute;
        top: 98%;
        left: 61%;
        transform: translate(-50%,-50%);
        color: white;
        padding: 22px;
        font-size: 20px;
    }
    

}

.box-time-event-rtl {
    position: absolute;
    top: 98%;
    left: 83%;
    transform: translate(-50%,-50%);
    color: white;
    padding: 22px;
    font-size: 20px;
}