.photo-row {
    margin: 25px 0;
    display: flex;
    gap: 40px;
    flex-wrap: nowrap;
}

.photo-item {
    flex: 1;
    text-align: center;
}

.photo-item img {
    width: 100%;
    height: 380px;
    display: block;
}


.photo-item p {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0;
    color: gray
}

.file-table {
    margin-bottom: 35px;
}