/* section.projetos{
    width: 100vw;
} */

.carousel{
    padding: 1rem;
}

.carousel-item img{
    width: 100%;
    height: 60vh;
    object-fit: cover;
}

section.projetos .btnSoliciteOrcamento{
    position: relative;
    z-index: 2;
    margin-bottom: -1rem;
}