.Car_details{
    padding-bottom: 5%;
}
.Car_details .sec1 .main-roles {
    background: linear-gradient(45deg, #131313 0%, rgba(0, 0, 0, 0) 100%);
    filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.16));
    padding: 20px 0px;
}

.Car_details .sec1  .mainjobrol {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    margin-bottom: 0px;
    padding: 10px 0px;
}
.Car_details .sec1 .main-roles .mainjbbg{
    background: #1e1e1e;    
}
.Car_details .sec1 .jobdesc{
    font-size: 14px;
    color: #9c9c9c;
}
.Car_details .sec1 .jobdesc.undrl{
    text-decoration: underline;
}