.imagem-carousel-ethical_way{
    object-fit: cover;
    max-height: 750px;
    object-position: 0 45%;
}

.imagem-atuacao-ethical_way{
    object-fit: cover;
    max-width: 750px;
    object-position: 0 35%;
    align-items: center;
}
.img-circulo-ethical_way{
    background-color: #ddd;
    border-radius: 100%;
    height: 400px;
    object-fit: cover;
    width: 400px;  
    object-position: 105% ;
}

.img-circulo2-ethical_way{
    background-color: #ddd;
    border-radius: 100%;
    height: 400px;
    object-fit: cover;
    width: 400px;  
    object-position: 30% 50%;
}

.fonte-titulos{
      color:#6b8376
}


#container
{
    width: 100%;
    height: 100%;

}

#container div
{
    position: relative;
    width: 100%;
    height: 100%;

}

#carousel-item  h1
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;

}