#photo-gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}
.photo-gallery-div{
    width: 24%;
}
.photo-gallery-div img{
    width: 100%;
    border-radius: 10px;
}