.faq-max-wid{padding-top: 11px;}
.section-faq{background:var(--Offwhite);}
.Faq-ans p,.faq-que,.section-faq .active .accordian-title{padding-bottom:10px;}
.Faq-ans h5{padding:10px 0;}
.Faq-ans p a{color: var(--Almost-black);text-decoration: underline;}
.Faq-ans p:last-child{padding-bottom:0;}
.Faq-ans p strong{padding-top: 10px;display: block;color: var(--Almost-black);font-weight: 400;}
@media(min-width : 992px){
  .section-faq{padding: 40px 0 80px;}
  .faq-content{padding-bottom:20px;}
}
@media(max-width:991px){
  .faq-content{padding-bottom:10px;}
  .faq-max-wid{padding-top: 30px;}
  .section-faq{padding: 30px 0 80px;}
}