.dropdown-list{display:flex;flex-direction:column;row-gap:1rem}.dropdown-list>h3:not(:first-of-type){margin-top:1rem}.dropdown-list .entry>.title{display:flex;justify-content:space-between;align-items:center;column-gap:.5rem;padding:1rem;border-radius:.5rem;background:#333;cursor:pointer;transition:border-radius .5s}.dropdown-list .entry>.title h3{color:#25d2fe;font-weight:400}.dropdown-list .entry>.title i{font-size:large;transition:transform .5s}.dropdown-list .entry>.entry-content{height:0;overflow:hidden;margin:0 .5rem;border-radius:0 0 .5rem .5rem;background:#2e2e2e;transition:height .5s}.dropdown-list .entry>.entry-content>div{padding:1rem}.dropdown-list .entry.active .title i{transform:rotate(180deg)}@media only screen and (max-width:750px){.dropdown-list .entry>.entry-content{margin:0}.dropdown-list .entry.active>.title{border-radius:.5rem .5rem 0 0}}