td{height:auto !important;}
.professor-content{
    width: 100%;
    margin-bottom: 50px;
}
.table {
    width: 96%;
    margin-bottom: 20px;
    margin: 0 20px;
    margin-top: 30px;
}
table {
    max-width: 100%;
    background-color: transparent;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #F1F1F1;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 14px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 16px;
}
.table>tbody>tr:last-child{
    border-bottom: 1px solid #ddd;
}
.table>tbody>tr>td:first-child{
    padding-left: 50px !important;
    position: relative;
    width: 33%;
}
.table>tbody>tr>td:first-child::before{
    content: '';
    position: absolute;
    height: 6px;
    background-color: #256B5B;
    width: 6px;
    margin-top: 8px;
    left: 30px;
    border-radius: 50%;
}
.prfessor-title{
    display: flex;
    margin: 10px 20px;
}
.prfessor-title p{
    margin-left: 10px;
    font-size: 20px;
    color: #256B5B;
    font-weight: bold;
}
.prfessor-title img{
    padding: 6px;
    width: 17px;
    height: 14px;
}
.professor-table{
    margin-top:40px;
    width: 100%;
}
@media only screen and (max-width: 768px){
    .table{
        margin-left: 10px;
    }
    .prfessor-title{
        margin: 10px;
    }
}
@media only screen and (max-width: 500px){
    .prfessor-title{
        margin: 10px;
    }
    .item-content-background{
        margin: 0!important;
    }
    .table{
        /* width: 100%; */
        margin: 0;
    }
    .professor-table{
        margin-top:20px ;
    }
    .list-title-name
    {
        margin-left: 10px;
    }
    .table-striped>tbody>tr{
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #ddd;
    }
    .table-striped>tbody>tr>td{
        width: 100%!important;
        border: none;
        padding: 6px;
    }
    .table-striped>tbody>tr>td:first-child{
        padding-top: 20px;
        padding-left: 50px;
    }
    .table-striped>tbody>tr>td:last-child{
        padding: 0 50px 20px 50px;
        padding-right: 50px;
    }
}