.container__cards {
    .card {
        overflow: hidden;
        .imagem {
            width: 100%;
            aspect-ratio: 4/3;
            /* overflow: hidden; */

            picture {
                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
        }
    }
}