section.faq-categories .wrapper{border-radius:20px;background:rgba(230,240,226,.9);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:24px;display:flex;align-items:center;justify-content:center;flex-direction:column;flex-wrap:auto;gap:16px}section.faq-categories .wrapper h4{color:#003c32;margin-bottom:32px}section.faq-categories .wrapper a{display:flex;align-items:center;justify-content:space-between;flex-direction:row;flex-wrap:auto;border-radius:5px;border:1px solid #7E9E7A;width:100%;max-width:642px;padding:16px;color:#003c32;text-decoration:none;gap:16px;transition:all .3s ease}section.faq-categories .wrapper a:hover{background:#003C32;color:#e6f0e2}section.faq-categories .wrapper a:hover svg path{fill:#e6f0e2}section.faq-categories .wrapper a svg{width:24px}section.faq-categories .wrapper a svg path{transition:all .3s ease}@media only screen and (min-width: 992px){section.faq-categories .wrapper{padding:64px}}
