.bg-higiton {
  background:#295d6a;
  padding:70px 0;
}

.card-logo {
  background:#fff;
  height:100px;

  display:flex;
  justify-content:center;
  align-items:center;

  padding:20px;
}

.card-logo img {
  max-height: 10rem;
  max-width: 11rem;
}

.logo-tts img {
  max-height: 7rem;
  max-width: 11rem;
}

.espaco { margin-bottom: 130px; padding-top: 95px; }
.card-home { overflow: hidden; }
.card-home img { transition: transform .5s ease; }
.card-home:hover img { transform: scale(1.08); }

@media (max-width: 992px) { 
  .espaco { margin-bottom: 85px; padding-top: 65px; }
  .card-logo img { max-height: 8rem; max-width: 9rem; }
  .logo-tts img { max-height: 5em; max-width: 9em; }
}