/* Parceiros */
.nossa {
    margin-top: 50px;
}

.nossa h4 {
    color: #3C8855;
    font-weight: 700;
    text-transform: uppercase;
}

.nossa p {
    padding-top: 10px;
    font-size: 1em;
    color: #000000;
}

.border {
    width: 40px;
    height: 5px;
    background-image: linear-gradient(to right, #138137, #7dff7d, #3C8855);
}

.todos_parceiros {
    display: flex;
}

.todos_parceiros .one {
    width: 220px;
    height: auto;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 50px;
    padding: 20px;
    border: 2px solid #5c5c5c;
}

.one img {
    width: 100%;
}

/* Parceiros */
.parceiros {
    margin-top: 0px;
    text-align: center;
}

.parceiros img {
    width: 100%;
}


/* Responsive Tela Smartphone */
@media screen and (max-width: 768px) {
    
    /* Nossa Equipe */
    .nossa {
        margin-top: 40px;
    }

    .nossa h4 {
        color: #0a4522;
        font-weight: 700;
        font-size: 1.4em;
    }

    .nossa p {
        padding-top: 10px;
        font-size: 1em;
    }

    .border {
        width: 40px;
        height: 5px;
        background-image: linear-gradient(to right, #138137, #7dff7d, #3C8855);
    }

    .todos_parceiros {
        display: flex;
    }

    .todos_parceiros .one {
        width: 100%;
        height: auto;
        margin-right: 20px;
        margin-top: 10px;
        margin-bottom: 0px;
        padding: 20px;
    }

    /* Parceiros */
    .parceiros {
        margin-top: 0px;
        text-align: center;
    }

    .parceiros img {
        width: 100%;
        display: none;
    }


}