#section-1 {
  color: rgb(255,255,255);
  margin-bottom: 3rem;
}

#section-2 {
  color: rgb(255,255,255);
}

#section-2 .card {
  background-color: rgb(188,58,56);
  color: rgb(255,255,255);
}

#section-2 a {
  margin-bottom: 1rem;
}

#section-2 .row {
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  #clientes {
    background-color: rgb(255,255,255);
    padding: 6rem;
  }
}

@media (max-width: 991px) {
  #clientes {
    background-color: rgb(255,255,255);
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

#clientes p {
  margin-bottom: 2rem;
}

#clientes .col {
  height: 6rem;
}

#clientes img {
  height: 100%;
}

.column-helper {
  margin-bottom: 0.5rem;
}

