.grilla-pai {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.anuncio{
    flex-basis: calc(33.33% - 20px);
    padding: 10px;
}
.anuncio img {
    max-width: 100%;
    height: auto;
}
.anuncio:nth-child(3){
    margin-top: 15px;
}