.text-tc-header-1{
    background-color: #00376410;
    padding: 15px 10px;
    font-weight: bold;
    color: var(--primary);
    border-radius: 4px;
}
.tc-heading{
    font-size: 3rem;
}

.tc-point{
    display: flex;
    align-items: center;
    margin-top: 20px !important;
    color: var(--primary);
    font-size: 1.3rem;
    font-size: bolder !important;
}
.tc-point i{
    padding-right: 5px;
    color: var(--third);
    font-size: .9rem;
}
.text-tc-1 p{
    padding-left: 10px ;
    margin-top: 10px ;
    font-size: .9rem;
    color: #5c5f63 ;
    font-size: 1rem ;

}
.text-tc-1 ul{
    color: #5c5f63 ;
}

.table-tc-1 thead{
    background-color:var(--primary);
    color: white;
}