body.page-faq{background:var(--shy-green)}
.section-faq{padding-bottom:100px}
.snippet-faq-block{padding:24px;background:var(--white-clay);border-radius:10px;display:inline-block;width:100%}
.snippet-faq-block .block-title{line-height:140%;margin-bottom:12px}
.accordian-title .icon{font-weight:700}
.main-aus{margin-top:104px;padding:24px;background:var(--soft-green);border-radius:10px;max-width: calc(50% - 8px);color:var(--off-white)}
.main-aus .text{margin-top:24px;max-width:564px}
.main-aus .button{margin-top:24px}
.faq-wrap{display: block;column-count: 2;}
.faq-wrap .inner{padding-bottom:16px}
.page-faq .header-right{max-width: calc(100% - 8px)}
@media(min-width:992px){.page-faq .header-container{padding-right:32px}.page-faq .normal-header .header-row{right: 32px;}.page-faq .normal-header .header-right{max-width: calc(100% - 16px);}}
@media(max-width:991px){
  .faq-wrap{column-count:1;}
  .snippet-faq-block{padding:16px}
  .main-aus{margin-top:16px}
  .main-aus{max-width:100%}
}