.justify{
    text-align: justify !important;
}

.timeline-item-date{
    margin-bottom: 5px !important;
    font-weight: bold;
}



@media (max-width: 768px){
    .mobile-none {
        display: none;
    }
}
@media (min-width: 768px){    
    .desktop-none {
        display: none;
    }
}