.info-columns {
  width: 100%;
  background-color: #f4f4f4; /* ajuste conforme cor da imagem */
  padding: 10px 0;
}


.info-columns .col-12 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.info-columns .col-12.animate {
  opacity: 1;
  transform: translateY(0);
}


.info-box {
  padding: 20px;
}


.info-title {
  font-family: 'Roboto Slab', serif;
  font-weight: 100;
  font-size: 1.5rem;
  margin-bottom: -1px;
  color: #333;
  
}

.info-subtitle {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 1.3rem;
  margin-bottom: 5px;
  color: #555;
  text-transform: uppercase;
}

.divider {
  max-width: 110px;
  width: 90%;
  border: none;
  height: 2px;
  background-color: #eeae1e;
  display: block;
  border: none;
  margin: 10px 0;
  opacity: 1;
}

.info-description {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
}