.fareItem__featIcon {
  background-color: var(--color-success) !important
}

.headerComponent__brandLogo {
  height: 3.5rem;
  margin: 0;
  padding-left: 0.5rem;
}
/* para que se vea cortado en el home */
ul.sg-results {
    max-height: 140px !Important;
}
:root {
  --color-primary: rgb(67, 89, 41) !important;
  --color-secondary: rgb(253, 183, 26) !important;
}