/* Ajustes finais da pagina inicial: navegacao, recursos e FAQ. */
body.rl-public .rl-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 2px;
  background: #dfba77;
}

body.rl-public .rl-benefit h3 {
  text-align: center !important;
}

body.rl-public .rl-benefit p {
  text-align: left !important;
}

body.rl-public .rl-faq-grid {
  align-items: start !important;
}

body.rl-public .rl-faq details {
  width: 100%;
  align-self: start;
}
