.titulo {
    margin-top: 140px;
}

.border1 {
    width: 140px;
    height: 3px;
    background-image: linear-gradient(to right, #ff000a, #c6db27, #1aad53);
    margin: 0;
}

.firo {
    width: 30px;
    height: 2px;
    background: #ce2222;
    align-items: center;
    margin-bottom: 15px;
}

.missao {
    margin-top: 80px;
    padding: 10px;
}

.missao h5 {
    color: #1a7c30;
}

.historia h5 {
    color: #1a7c30;
}

.equipe h5 {
    color: #1a7c30;
}

.historia {
    margin-top: 30px;
}

.historia p {
    margin-top: 20px;
}

.equipe {
    margin-top: 50px;
    margin-bottom: 80px;
}



@media screen and (max-width:768px) {

    .titulo {
        text-align: center;
    }

    .border1 {
        width: 100px;
        margin: auto;
    }

    .historia {
        margin-top: 50px;
    }

    .missao {
        margin-top: 40px;
    }
}
