.accordion .content {
    max-height: 0;
    overflow: hidden;
  }
  
  .accordion .content.active {
    opacity: 1;
    max-height: 100%;
  }