.switcher .selected a {
  font-size: 15px;
  font-family: Poppins;
  font-weight: 600;
  text-transform: uppercase;
  height: 24px;
  top: -94px;
  position: static;
}
@media screen and (max-width: 768px) {
  .switcher .selected a {
    color: #ffffff;
  }
  .switcher .option a {
    color: #ffffff;
  }
}
