.container_my_journey{
    flex: 1 1 auto;
}
.container_content_journey {
    margin-top: 20px;
}

.content_header tbody tr td.cell_table_journey {
    border-left: 0 !important;
    text-align: center;
}

.content_header tbody tr td.cell_table_journey .text_cell,
.content_header tbody tr td.cell_table_journey .btn_action_cell {
    padding: 15px;
}

.content_header tbody td > .btn_action_cell .journey_action:first-of-type {
    margin-bottom: 5px;
}

.cell_table_journey:first-of-type .text_cell {
    color: red;
}

.journey_action {
    position: relative;
}

@media (max-width: 1600px) {
    .content_header tbody td > .btn_action_cell .journey_action .btn_item_action {
        padding: calc(6px + (10 - 6) * (100vw - 320px) / (1600 - 768));
    }

    .container_content_journey .content_header {
        font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1600 - 320));
    }
}

@media (max-width: 550px) {
    .content_header thead th.head_col_journey:nth-of-type(2),
    .content_header tbody td.cell_table_journey:nth-of-type(2) {
        display: table-cell;
    }
}
@media (max-width: 493px){
    .content_header tbody td > .btn_action_cell .journey_action .btn_item_action{
        margin-bottom: 5px;
    }
}