.sp-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.sp-body-mestres {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.sp-body-gallery {
    column-count: 3;
    column-gap: 5px;
    max-width: 1000px;
    margin: 0 auto;
}

.sp-body-gallery img {
    width: 100%;
    break-inside: avoid;
    /* evita quebras feias */
    margin-bottom: 5px;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    width: 100%;
    flex: 1 0 0%;
    height: 100%;
    object-fit: cover;
    pointer-events: none !important;
}