.testimonial-group {
  display: flex;
  flex-direction: row; /* lado a lado */
  gap: 30px; /* espaço entre os depoimentos */
}

.testimonial-group .testimonial {
  flex: 1; /* cada depoimento ocupa 50% */
}


@media (max-width: 767px) {
  .testimonial-group {
    flex-direction: column;
  }
}



/* Evita flash preto antes de carregar a imagem */
#rev_slider,
#rev_slider .rev_slider_wrapper {
    background: url('../img/slides/slide-bg-7.jpg') center center no-repeat;
    background-size: cover;
}

/* Responsividade para telas até 767px */
@media (max-width: 767px) {
  /* Esconde colunas Observação (5ª) e Situação (6ª) */
  #tbCotasAutomoveis th:nth-child(5),
  #tbCotasAutomoveis td:nth-child(5),
  #tbCotasAutomoveis th:nth-child(6),
  #tbCotasAutomoveis td:nth-child(6) {
    display: none;
  }
}
