.doc-row {
    display: flex;
    flex-wrap: wrap;          /* satır dolunca alta geç */
    justify-content: left;    /* satırdaki öğeleri ortala */
    gap: 20px;
    background:#fff;
    margin-bottom:30px;       /* aralarındaki boşluk */
}

.doc-row img {
    width: 200px;
    height: 300px;
    object-fit: cover;       /* taşmaları düzgün keser */
    border-radius: 10px;
    display: block;
}