.card-job-list {
    display: flex;
    border: 2px solid #112233;
    background-color: aliceblue;
    border: solid 3px #59adff;
    background: #fafafa;
    box-shadow: 0px 2px 4px
}

.img-list {
    border-radius: 100%;
    filter: saturate(100%)
}

.card-img-job-list {
    max-width: 10rem;
}