.sobre-servicos {
    background-color: #fff;
    font-size: var(--font-md);
    margin-top: 5rem;
    height: 75rem;
}


.texto-sobre-servicos {
    position: relative;
    text-align: center;
    bottom: 62rem;
    width: 50%;
    left: 18rem;
    text-align: justify;
}

.botoes-servicos {

    background-color: #078D14;
    font-size: large;
    font-weight: 700;
    color: #fff;
    width: 200px;
    height: 50px;
    padding: 13px;
    border-radius: 25px;
    margin: 0 7vw;
}

.processo-gestao {
    margin-bottom: 5%;
}

.botoes-servicos a:visited {
    color: #fff;
    text-decoration: none;
}

.gestao-residuos-sec {
    background-color: #E5E4E4;
    height: 45rem;
}

.gestao-residuos-margem {
    margin-top: 4.5rem !important;
}

.gestao-residuos-servicos {
    
    display: inline-block;
    margin: 2% 10%;
}

.gestao-residuos-servicos div{
    position: relative;
}

.gestao-residuos-servicos h2 {
    font-size: 1.5vw;
}

.gestao-residuos-servicos p {
    font-size: 1.2vw;
}

.gestao-residuos-servicos a {
    color: #fff;
    text-decoration: none;
}

.consumidor {
    top: 2rem;
}

.texto-consumidor p {
    margin-top: 2.5rem;
}

@media only screen and (max-width: 1440px) {
    .consumidor {
        top: 8%;
    }

    .sobre-servicos {
        height: 55rem;
    }

    .botoes-servicos {
        font-size: 1.3vw;
        width: 20rem;
        height: 5rem;
    }

    .texto-consumidor p {
        margin-top: 2.5rem;
    }

    .texto-sobre-servicos {
        bottom: 45rem;
    }

}

@media (max-width: 1200px) {

    .texto-sobre-servicos {
        position: relative;
        bottom: 41rem;
    }
    
}

@media only screen and (max-width: 576px) {

    .sobre-servicos {
        height: 55rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .sobre-servicos img {
        position: relative;
        right: 10rem;
    }

    .sobre-servicos div {
        margin-top: 5%;
    }

    .sobre-servicos p {
        font-size: 3.5vw;
    }
    .sobre-servicos h1 {
        font-size: 6vw;
    }

    .texto-sobre-servicos {
        position: relative;
        text-align: center;
        top: unset;
        left: 4rem;
        bottom: 0rem;
    }

    .processo-gestao {
        height: 20rem;
    }

    .processo-gestao img {
        position: relative;
        top: 5rem;
    }

    .gestao-residuos-servicos p {
        font-size: 3.5vw;
    }

    .gestao-residuos-servicos h2 {
        font-size: 4.5vw;
    }

    .gestao-residuos-sec {
        height: 75rem;
    }

    .botoes-servicos {
        font-size: 4vw;
        padding: 2px;
        height: 3rem;
    }
}