.bloco-momentos {
    display: flex;
    align-items: center;
    text-align: center;
}

.bloco-momentos img {
    width: 100%;
    max-width: 520px;
    margin-bottom: 1rem;
}

.bloco-momentos .d-grid {
    grid-template-columns: 1fr
}


@media (min-width: 1024px) {
    .bloco-momentos .d-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(1, 1fr);
        gap: 10px;
    }
}