section.seeking-who{text-align:center}section.seeking-who h2{font-weight:700;font-size:42px}@media (max-width:767px){section.seeking-who h2{font-size:26px}}section.seeking-who .flex-block{max-width:940px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center}section.seeking-who .flex-block .parent-icon{width:40%;margin:10px 45px 0;background:rgba(36,57,43,.05);border-radius:28px;padding:30px 20px;text-align:center;margin-top:10px;font-size:24px;text-decoration:none;color:#24392b;display:flex;align-items:center;justify-content:center;transition:all .5s ease;cursor:pointer}@media (max-width:767px){section.seeking-who .flex-block .parent-icon{font-size:20px;width:100%;padding:15px 20px}}section.seeking-who .flex-block .parent-icon:hover{animation:pulse 1s infinite;transition:all .5s ease}section.seeking-who .parent-icon.icon-col{width:32%;margin:15px 22px;font-weight:700;background:#e3f7e8!important;color:#768e7e}@media (max-width:767px){section.seeking-who .parent-icon.icon-col{width:100%;margin:5px 22px;padding:15px 20px}}section.seeking-who .parent-icon.icon-col svg{margin-right:10px}section.seeking-who .parent-icon.icon-col svg path{fill:#768e7e}section.seeking-who .parent-icon.icon-col.active{color:#24392b}section.seeking-who .parent-icon.icon-col.active svg path{fill:#000}section.seeking-who .subcategory{display:none}section.seeking-who .filter-result a{opacity:0;transform:translateY(10px);transition:opacity .5s ease,transform .5s ease}section.seeking-who .filter-result a.show{opacity:1;transform:translateY(0)}