.eunis-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}

.eunis-btn {
  font-size: 20px;
  background-color: #C22D20;
  color: #fff;
  padding: 5px 20px;
  font-weight: bold;
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 25px;
  min-width: 260px;
  text-align: center;
}

@media (min-width: 992px) {
  .eunis-btn {
    min-width: 185px;
  }
}
@media (width < 768px) {
  .eunis-nav {
    flex-direction: column;
  }
}

/*# sourceMappingURL=EunisNav.css.map */
