.gallery {
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(3, 360px);
    gap: 24px;
}
