.section-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 106px auto;
    gap: 24px;
}