.photo-gallery { 
    column-count: 3;
    column-gap: 10px;
}

.photo-gallery img { 
    width: 100%;
    margin-bottom: 10px;
    border-radius: 8px;
}