.faq h1{font-size:1.5rem;padding:36px 0}.faq .list-item{border-bottom:1px solid var(--grayLight2);display:flex;flex-direction:column;margin-bottom:24px}.faq .list-item:first-child{padding-bottom:0;padding-top:0}.faq .list-item:last-child{border-bottom:none}.faq .header-wrap{width:220px}.faq .header-wrap rt-text[context=heading]{margin-bottom:12px}.faq .content-wrap{width:300px;display:flex;flex-direction:column}.faq .content-wrap rt-text[context=heading]{margin-bottom:12px}.faq .answer-wrap{margin-bottom:16px}.faq .answer-wrap .answer{counter-reset:numberCounter;margin-bottom:16px}.faq .answer-wrap .answer-list .bullet p,.faq .answer-wrap .answer-list .bullet span,.faq .answer-wrap .answer-list .number p,.faq .answer-wrap .answer-list .number span{display:block;margin-bottom:10px;margin-left:15px}.faq .answer-wrap .answer-list .bullet{display:block;margin-left:5px;position:relative}.faq .answer-wrap .answer-list .bullet::before{background-color:var(--grayLight3);border-radius:3px;content:"";height:6px;position:absolute;left:-5px;top:9px;width:6px}.faq .answer-wrap .answer-list .number{counter-increment:numberCounter;display:block;margin-left:20px;position:relative}.faq .answer-wrap .answer-list .number::after,.faq .answer-wrap .answer-list .number::before{content:"";height:20px;position:absolute;width:20px}.faq .answer-wrap .answer-list .number::before{background-color:var(--grayLight3);border-radius:10px;left:-20px;top:1px}.faq .answer-wrap .answer-list .number::after{content:counter(numberCounter);font-weight:700;left:-15px;top:0}.faq .answer-wrap .answer-list .number .number-header{font-weight:700}@media (min-width:768px){.faq h1{font-size:2.5rem}.faq .list-item{flex-direction:row;justify-content:space-between}.faq .content-wrap{width:52em}}