.gallery-section {

}

.gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: min(80%, 1330px);
    margin: auto;
}

.gallery img {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 23%);
    max-width: 90vw;
    border-radius: 5px;
}