.change-audio-container {
  display: flex;
  height: 100%;
  justify-content: center;
  margin-top: 20px;
  width: 60%;
}

.change-audio-container > div {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
  height: 60px;
  width: 100%;
  opacity: 0.3;
  transition: 0.3s all ease-in-out;
}

.change-audio-container > div p {
  margin: 0px;
  padding: 0 15px;
}

.change-audio-container > .active {
  opacity: 1;
}
