div.bars {
  width: 30px;
  height: 3px;
  background: white;
  border-radius: 4px;
  position: relative;
}
div.bars::after {
  content: "";
  width: 30px;
  height: 3px;
  background: white;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: -8px;
}
div.bars::before {
  content: "";
  width: 30px;
  height: 3px;
  background: white;
  border-radius: 3px;
  display: block;
  position: absolute;
  bottom: -8px;
}
section.ana-title-slider {
  background: #000;
}
