#BungkusAudioAHE {
  width: 100%;
  background: #000;
}
.wrapAudioContentAHE {
  width: 80%;
  margin: 0 auto;
  /* background: rgb(0, 0, 0); */
}
.contentMainAHE {
  /* background: red; */
  height: 90vh;
}
.breadCrumbAHE {
  padding: 20px 10px 30px 10px;
}
.breadCrumbAHE a {
  color: white;
  font-size: 0.8rem;
}
.breadCrumbAHE i {
  font-size: 0.8rem;
  color: white;
}
.redBreadcrumbAHE {
  color: red !important;
  font-weight: 600;
}
.flex1Main-AudioAHE {
  display: flex;
}
.flex2CtnAHE {
  width: 50%;
  display: flex;
  gap: 10px;
  justify-content: end;
  margin-right: 10px;
  margin-bottom: 20px;
}
.fxlStart {
  justify-content: start !important;
}
.bxBoxCtnAHE {
  width: 220px;
  height: 160px;
  /* background: rgb(106, 11, 173); */
  border: 1px solid red;
  border-radius: 10px;
  text-align: center;
}
.bxBoxCtnAHE:hover {
  background: #ff0000a9;
  border: 2px solid red;
}

.bxBoxCtnAHE span {
  position: relative;
  top: 62px;
  color: white;
  font-size: 0.8rem;
}
@media (max-width: 700px) {
  .wrapAudioContentAHE {
    width: 99%;
  }
  .contentMainAHE {
    padding: 5px;
  }
  .flex1Main-AudioAHE {
    display: block;
    padding: 5px;
  }
  .flex2CtnAHE {
    width: 100%;
    justify-content: center !important;
    margin-bottom: 10px;
    /* align-self: center; */
  }
  .fxlStart {
    justify-content: center !important;
  }
  .bxBoxCtnAHE {
    width: 170px;
    height: 130px;
  }
  .bxBoxCtnAHE span {
    top: 50px;
    /* background: red; */
  }
}
