.container_my_drivers {
    flex: 1 1 auto;
}

.image_table_item_driver {
    clip-path: circle(35% at 50% 50%);
}

tr td.cell_table_driver {
    border-left: 0 !important;
}
@media (max-width:1600px){
    .content_header thead th.head_text_driver, .content_header tbody td.cell_table_driver {
        font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1600 - 320));
        padding: calc(10px + (15 - 10) * (100vw - 320px) / (1600 - 320));
    }
}

@media (max-width: 991px) {
    .cell_table_driver:nth-of-type(3), .cell_table_driver:nth-of-type(5) {
        display: none;
    }

    .head_text_driver:nth-of-type(3), .head_text_driver:nth-of-type(5) {
        display: none;
    }
}

@media (max-width: 550px) {
    .content_header thead th.head_text_driver:nth-of-type(2) {
        display: table-cell;
    }

    .content_header tbody td.cell_table_driver > .btn_action_cell > .btn_item_action {
        padding: 5px;
    }

    .image_table_item_driver {
        height: calc(65px + (150 - 65) * (100vw - 320px) / (550 - 320));
    }
}