/* Product FAQs */
.product-faqs {display: block;padding: clamp(30px, 3.13vw, 60px) 0;}
.product-faqs-wrapper .product-faqs-list {display: flex;flex-wrap: wrap;column-gap: 3.91vw;-moz-column-gap: 3.91vw;-webkit-column-gap: 3.91vw;margin-left: 0;list-style: none;}
.product-faqs-wrapper .faq-item {flex: 1;}
.product-faqs .np-section-title {margin-bottom: 20px;}
.product-faqs .faq-item .faq-title {margin-bottom: 13px;}
@media only screen and (min-width: 1921px) {.product-faqs {padding: 60px 0;}}
@media only screen and (max-width: 1300px) {.product-faqs-wrapper .product-faqs-list{column-gap: 2vw;-moz-column-gap: 2vw;-webkit-column-gap: 2vw;}}
@media only screen and (max-width: 590px){.product-faqs{padding:clamp(30px, 8vw, 60px) 0}.product-faqs .np-section-title{margin-bottom:4.8vw}.product-faqs-wrapper .product-faqs-list{display:flex;flex-wrap:wrap;column-gap:0;-moz-column-gap:0;-webkit-column-gap:0}.product-faqs-wrapper .faq-item{flex:0 1 100%;margin-bottom:8vw}.product-faqs-wrapper .faq-item:last-child{margin-bottom:0}.product-faqs .faq-item .faq-title{margin-bottom:5px}}