.parceiros{
    background-color: white !important;
    /* padding-top: 60px;
    padding-bottom: 60px; */
}

.img-parceiros{
    width: 150px;
    
}


.parceiros-subtitle{
    color: gray;
    font-weight: bolder;
    padding: 30px;
    white-space: nowrap;
    font-size: x-large;
}

.text-depoimentos{
  font-size: 160%;
}

.text-depoimento-nome{
  font-weight: bold;
}

.text-depoimento-cargo{
  color: #4b70ae;
}

.gallery {
    background: white;
  }
  .gallery-cell {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-right: 10px;
    background: white;
    counter-increment: gallery-cell;
    max-height: 300px;
  }
  
  /* cell number */
  .gallery-cell:before {
    display: block;
    text-align: center;
    content: counter(gallery-cell);
    font-size: 0px;
    color: white;
  }

  @media (max-width: 992px){
    .gallery-cell {
      width: 70%;  
    }

    .parceiros{
      padding-top: 30px;
      padding-bottom: 0px;
  }
}