.sitemapList{display:flex;flex-wrap:wrap;gap:20px;padding:0;margin:0}.sitemapListItem{width:100%;max-width:calc(25% - (60px / 4));list-style-type:none}.sitemapListItem a{display:flex;gap:10px;padding:10px 15px;border:1px solid #eee;border-radius:30px;align-items:center;color:#333;transition:all .2s;text-transform:capitalize}.sitemapListItem a i{color:#253e8d;font-size:20px}.sitemapListItem a:hover{color:#253e8d;background:#396bca14;border-color:#253e8d}@media screen and (max-width:1399px){.sitemapListItem{max-width:calc((100% / 3) - (40px / 3))}}@media screen and (max-width:991px){.sitemapListItem{max-width:calc(50% - (20px / 2))}}@media screen and (max-width:768px){.sitemapListItem{max-width:100%}.sitemapListItem a{padding:10px 20px}}