.main-tabs {
  display: flex;
  justify-content: space-evenly;
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  height: 50px;
  background: #024380;
  color: #fff;
}
.main-tabs__tab {
  display: flex;
  align-items: center;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
.main-tabs__tab--active {
  text-decoration: underline;
}

/*# sourceMappingURL=main-tabs.css.map */
