.ask-question-action {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.ask-question-action a {
  display: flex;
  gap: 1rem;
  align-items: center;
  color: rgb(var(--color-foreground));
  justify-items: center;
  text-decoration: none;
}