.faqsWrapper{position:relative;z-index:10;margin-bottom:60px}@media screen and (max-width:767px){.faqsWrapper{text-align:center;margin-bottom:0}}.faqsList{display:flex;flex-wrap:wrap;align-items:flex-start}.faqsList__card{width:32%;padding:30px;margin-left:2%;margin-bottom:30px;cursor:pointer;user-select:none;border-radius:7px;background:#fff;box-shadow:0 0 10px 2px rgb(1 130 107 / .08)}.faqsList__card:first-child{margin-left:0}.faqsList__card.active{background-color:#d6e2f7}.faqsList__card:hover{box-shadow:0 0 15px 0 rgb(1 130 107 / .2)}.faqsList__card h3,.faqsList__card h4{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.faqsList__card p{min-height:80px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}@media screen and (min-width:1025px){.faqsList__card:nth-child(3n+1){margin-left:0}}@media screen and (max-width:1024px){.faqsList__card{width:48%;margin-left:4%}.faqsList__card:first-child,.faqsList__card:nth-child(2n+1){margin-left:0}.faqsList__card p{min-height:50px}}@media screen and (max-width:767px){.faqsList__card{width:100%;margin-left:0;padding:30px 25px}.faqsList__card p{min-height:0}}.faqsContent{position:absolute;display:none;width:100%;padding:20px 0}.faqsContent__close{position:absolute;top:40px;right:20px;z-index:10;font-size:21px;cursor:pointer;padding:5px 15px;user-select:none}.faqsContent__close:hover{background:rgb(0 0 0 / .05)}@media screen and (max-width:767px){.faqsContent__close{top:30px;right:10px}}.faqsContent__content{padding:50px 60px;border-radius:7px;background-color:#d6e2f7}.faqsContent__content p:last-child{margin-bottom:0}@media screen and (max-width:767px){.faqsContent__content{padding:50px 25px 25px}}