.indexadores-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.indexadores-grid a {
    display: inline-flex !important;
    width: calc(50% - 12px); /* duas imagens por linha */
    justify-content: center;
    align-items: center;
}

.indexadores-grid img {
    max-width: 100%;
    height: auto;
}