.wrapper{width:100%;max-width:1024px;margin:0 auto}h1{margin-bottom:20px}.container{border-radius:.5rem;margin:1rem 0;transition:box-shadow .3s,padding .3s}.question{font-size:1rem;font-weight:500;position:relative;display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;transition:.3s ease-in}.question.active{font-size:1.3rem;font-weight:600;color:var(--green-color)}.question::after{content:"\002B";font-size:1.7rem;transition:.2s}.question.active::after{transform:rotate(45deg)}.answercont{max-height:0;overflow:hidden;transition:.3s}.answer{padding-top:.5rem;line-height:1.5rem;font-size:.9rem}