.hero-actions .button.edital {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .55);
  box-shadow: none;
}

.hero-actions .button.edital:hover {
  background: #fff;
  color: #711a39;
}

@media (max-width: 720px) {
  .hero-actions .button.edital {
    width: 100%;
    justify-content: space-between;
  }
}
