a {
  text-decoration: none;
}

.et-hero-tabs{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index:2;
 
  
  
}

.et-slide {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;
  position: relative;
  
}

.et-hero-tabs h1,
.et-slide h1 {
  font-size: 2rem;
  margin: 0;
  letter-spacing: 1rem;
}
.et-hero-tabs h3,
.et-slide h3 {
  font-size: 1rem;
  letter-spacing: 0.3rem;
  opacity: 0.6;
}

.et-hero-tabs-container {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  border-top:1px solid #eeeeee;
  border-bottom:1px solid #eeeeee;
  z-index: 0;
}
.et-hero-tabs-container--top {
  position: fixed;
  top: 0;
  height: 60px;
  z-index:10;
  text-align:center;
  /** width:1000px; **/
}

.et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  /** color: #000; **/
  letter-spacing: 0.1rem;
  transition: all 0.5s ease;
  font-size: 0.8rem;
}

