.faq-container{width:80%;height:auto;padding:20px 40px;margin:0 auto;background:#fff;border-radius:5px}.element{padding:10px;background:#f3f3f3;color:#6a5a57;margin:10px 0;border-radius:5px}.element .question{justify-content:space-between;padding:10px;align-items:center}.question h3{font-weight:700;font-size:20px}.dropdown-btn{border:none;outline:none;background:none;cursor:pointer;font-size:30px;line-height:30px;flex-grow:1;justify-content:end}.answer ul{margin-left:20px}.element .answer{padding:10px 20px;animation:animate .3s}@keyframes animate{from{opacity:0;transform:scale(0.6)}to{opacity:1;transform:scale(1)}}