.navigation-menu__container {
  font-size: 0;
  position: relative;
  display: flex;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

@media only all and (max-width: 465px) {
  .navigation-menu__container {
    flex-direction: column;
  }
}

.basicHero__button {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 94, 220);
  border-radius: 0.1875rem;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 0.125rem;
  line-height: 2.5rem;
  margin-top: 0.9375rem;
  min-width: 8.75rem;
  padding: 0 1.25rem;
  text-align: center;
  text-transform: uppercase;
}
