.noticias-recentes-img-wrapper {
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
}

.noticias-recentes-img-wrapper > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-noticia {
    height: 260px;
    object-fit: cover;
}

.noticia-card-bottom {
    height: 220px;
}
