.taxi-img-01 {
    position: relative;
}

.taxi-img-01:before {
    position: absolute;
    background-size: contain !important;
    width: 200px;
    height: 200px;
    content: '';
    background-color: #c01b1b;
    top: 0px;
    bottom:0;
    right: -30px;
    border-radius: 50px 0 50px 0;
    background-repeat:no-repeat;
}

.taxi-img-02{
    position: relative;
}

.taxi-img-02:before {
    position: absolute;
    background-size: contain !important;
    width: 200px;
    height: 200px;
    content: '';
    background-color: #dfb72b;
    bottom:0;
    left: -30px;
    border-radius: 50px 0 50px 0;
    background-repeat:no-repeat;
}