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

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