.button_section_menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  text-decoration: none !important;
  font: inherit;
  color: inherit;
}

.button_section_menu h4 {
  color: var(--color-neutral-950);
}

.cardImage--tertiary {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
}

.button_section_menu__content {
  display: flex;
  flex-direction: column;
}

.button_section_menu__content p {
  color: var(--Anil);
}

.button_section_menu:hover p {
  color: var(--Marinho);
}

.button_section_menu:hover {
  color: var(--Marinho);
}

/* ***************************** */
/* section_menu */
.section_menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--space-150);
  gap: var(--space-100);
  border-radius: var(--radius-050);
  background: var(--color-neutral-100);
}

.section_menu--separator {
  width: 100%;
  height: 0.0625rem;
  background: var(--color-neutral-300);
  margin: 0;
}