.sh-faq{padding:60px 0;max-width:820px;margin:0 auto;}
.sh-faq__heading{text-align:center;font-size:3rem;margin:0 0 28px;}
.sh-faq__item{border-bottom:1px solid #e6ecf7;padding:18px 0;}
.sh-faq__item summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;font-size:1.7rem;font-weight:600;}
.sh-faq__item summary::-webkit-details-marker{display:none;}
.sh-faq__icon{font-size:2rem;color:#154fc7;transition:transform .2s ease;}
.sh-faq__item[open] .sh-faq__icon{transform:rotate(45deg);}
.sh-faq__answer{padding-top:10px;font-size:1.45rem;color:#4a4f59;line-height:1.6;}
