

.vehicle-inr{
    width:100%; 
    position:relative;
}
.vehicle-inr::before{
    position: absolute;
    content: '';
    width: 10000px;
    height: 100%;
    background: rgba(250, 250, 250, 0.7);
    right: 100%;
    top: 0;
    z-index: 2;
}
.vehicle-inr::after{
    position: absolute;
    content: '';
    width: 10000px;
    height: 100%;
    background: rgba(247, 245, 245, 0.71);
    left: 100%;
    margin-left: 3px;
    top: 0;
    z-index: 9;
}