.wrapper_fq{display:flex;justify-content:center;align-items:center;padding:20px;height:auto;background-size:cover}.accordion_fq{width:100%;max-width:850px;margin:0 auto}.item_fq{margin-bottom:5px;padding:5px;border-radius:8px;box-shadow:0 2px 4px #0000001a;width:100%;box-sizing:border-box}.title_fq{display:flex;justify-content:space-between;align-items:center;font-size:1rem;cursor:pointer}.content_fq{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(0,1,0,1)}.content_fq.show_fq{max-height:9999px;transition:max-height .5s cubic-bezier(1,0,1,0)}ul{padding-left:20px;list-style-type:disc}li{margin-bottom:10px}
