.titulo_parceiros {
    color: rgb(0, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(2rem, 3.2vw, 4rem);
    text-align: center;
}

.quadrado {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    /* Cantos curvos */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0 6px 6px 6px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    background-color: #ffffff;
}

.small_text {
    margin-bottom: 5%;
    font-size: 1.1vw;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 7%;
    margin-right: 7%;
}

.text_parceiros {
    margin-left: 2%;
    color: rgb(0, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
}

img{
    width: 90%;
    height: 75%;
}