.my-text-align {
    text-align: center;
}

@media (min-width: 1024px) {
    .my-text-align {
        text-align: left;
    }
}
.container {
    font-size: 16px; 
    font-family: 'Arial, sans-serif';
}
  
.table {
    font-size: 1em; 
}
  
.table thead th {
    font-size: 16px; 
    font-weight: 500;
    color:black;
}
  
.table tbody td {
    font-size: 16px; 
    color:rgb(0, 0, 0)
}
  
.table th:nth-child(1),
.table td:nth-child(1) {
    width: 15%;
    font-size: 14px;

}
  
.table th:nth-child(2),
.table td:nth-child(2) {
    width: 25%;
}
  
.table th:nth-child(3),
.table td:nth-child(3) {
    width: 60%;
}
  
.align-middle {
    vertical-align: middle;
}
.btn-devent-abstract {
    background-color: #113A50 !important
}

.timeline-circle {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    left: 50%;
    border: 2px solid red;
    transform: translateX(-46%);
    background: #fff;
}    
                    
.timeline-separator {
    border-right: 2px solid #000;
    height: 615px;
    position: absolute;
    left: 50%;
}

.timeline-separator.last {
    height:420px;
}

@media (max-width: 767px) {
    .timeline-circle,
    .timeline-separator {
        display: none;
    }
}
