#data{
    width: 100%;
}

#workers {
    display: flex;
    background: white;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

#workers div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#workers img {
    width: 350px;
    height: 418px; 
    object-fit: cover; 
    border: 1px solid gray;
}