/* HISTORIA */

.historia img {
    width: 30% !important;
    margin: 0px 79px !important;
    display: inherit !important;
}

.historia ul li{
    width: 51%;
}

.historia ul li button{
    width: 50%;
    padding: 10px 10px;
    border: none;
    background-color: #066c20;
    color: #fff;
    opacity: 0.95;
    border-radius: 10px 0px;
}


/* RESUMO */

/* COMO EXECUTAR */
.cardComoExecutar {
    padding: 20px;
    border-radius: 10px 0;
    background-color: #fff;
    width: 80%;
    height: auto;
    
    box-shadow: none !important;
    z-index: 0 !important;
    margin-top: 0px !important;
}
/* FALE CONOSCO */

/* FOOTER */


@media screen and (max-width: 800px){
    .historia ul li {
        width: 100%;
    }

.historia img {
    width: 70% !important;
}
}