.descricao-img {
    margin-top: 5rem;
    margin-left: 5%;
    z-index: 2;
    position: relative;
}

.sobre-img {
    margin-left: 5%;
    margin-top: 1rem;
    z-index: 2;
    position: relative;
}

.detalhes-img {
    margin-left: 5%;
    margin-top: 1rem;
    z-index: 2;
    position: relative;
}

.fundo {
    border-radius: 30px 30px;
    margin-top: -1rem;
    z-index: 1;
    position: absolute;
    width: 100vw;
    height: 25%;
}

@media screen and (min-width: 1024px) {
    .descricao-img {
        margin-top: 3rem;
        margin-bottom: 5rem;
        width: 10%;
        margin-left: 35%;
        z-index: 2;
        position: relative;
    }
    .sobre-img {
        margin-top: 1rem;
        width: 30%;
        margin-left: 35%;
        z-index: 2;
        position: relative;
    }
    .detalhes-img {
        margin-top: 1rem;
        width: 30%;
        margin-left: 35%;
        z-index: 2;
        position: relative;
    }
    .fundo {
        border-radius: 60px 80px 0px 0px;
        margin-top: -5rem;
        z-index: 1;
        position: absolute;
        width: 100vw;
        height: 25%;
    }
}