.cor-verde {
    color: #00325B;
    font-size: 2.2rem;
    margin-bottom: 5%;
    text-align: center;
}

.div-ecoinova-hoje {
    margin-top: 6%;
    padding-bottom: 4%;
}

.div-texto-sobre {
    margin: auto;
    text-align: justify;
    width: 70%;
}

.div-texto-sobre img {
    display: block;
    height: auto;
    margin: auto;
    padding-bottom: 3%;
    width: 40%;
}

.div-texto-sobre p {
    font-size: 2rem;
    line-height: 1.5;
}

@media only screen and (max-width: 980px) {
    .div-texto-sobre img {
        height: auto;
        width: 30rem;
    }
}