.container__bercario-em-aplhaville {
    #pessoas {
        .image {
            width: 100%;
            overflow: hidden;
            aspect-ratio: 4/3;         

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

.container__bercario-carousel {
    .carousel-inner {
        display: flex;
        align-items: center;
        height: 100%;
        aspect-ratio: 4/3;

        .carousel-item {
            width: 100%;
            height: 100%;
            overflow: hidden;

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