.nextget_work_card .delivery_cards {
    width: unset;
    padding: 20px;
    height: 261px;
}

.Blk_rht_tri_2::before,
.Blk_rht_tri_1::before {
    bottom: 126px;
}

.nextget_work_card .row {
    row-gap: 40px;
}

.nextget_work_card {
    position: relative;
}

.nextget_work_card {
    background-image: unset;
 
}

.nextget_work_card::before {
    content: "";
    background-image: url(../../images/about_us/blk_dot_line.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 50% 50%;
    position: absolute;
    top: 129px;
    left: 0;
    width: 100%;
    height: 3px;

}

.nextget_work_card::after {
    content: "";
    background-image: url(../../images/about_us/blk_dot_line.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 50% 50%;
    position: absolute;
    bottom: 129px;
    left: 0;
    width: 100%;
    height: 3px;
}