.gallery-site {
    padding-top: 100px;
}

.gallery-photos {
    display: flex;
    gap: 28px;
    justify-content: center;
    margin-top: 60px;
    max-width: 1450px;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.gallery-site img {
    height: 360px;
    width: 360px;
}

@media (max-width: 920px) {
    .gallery-site img {
        height: 260px;
        width: 260px;
    }
}
