.clientes {
    width: 100%;

}

.clientes-content {
    justify-content: center;
    align-items: center;
    margin: auto;
    /* background: url(../img/bg-clientes.png);
    background-size: fill;
    background-repeat: no-repeat;
    background-position: center; */
}

.clientes-content img {
    width: 100%;
}

.clientes p {
    font-size: 20px;
    color: #3E82FC;
}

.clientes h2 {
    font-size: 68px;
}

#teste {
    width: 100%;
}

.clientes img {
    width: 140px;
}

.clientes-box {
    display: none;
    padding: 10px 30px;
    width: 340px;
    height: 350px;
    background-color: #fff;
    margin: auto;
    border-radius: 0% 25% 0% 25%;
    margin-bottom: 30px;
}

.estrelas {
    text-align: center;
    color: #F4B600;
}

.clientes-box h3 {
    text-align: center;
}

.clientes-box p {
    color: #000;
}

.clientes-box h4 {
    text-align: center;
    color: red;
}

.clientes p {
    text-align: center;
}

.clientes h2 {
    text-align: center;
}

@media screen and (max-width: 980px) {
    .clientes h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 730px) {
   #teste {
    display: none;
   }

   .clientes-box {
    display: block;
   }
}