.categories-row{flex-flow:row-reverse wrap;gap:2.5px;margin-bottom:16px;display:flex}.category-col{width:calc(33.333% - 2.5px)}.services-header-row{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.wrap-list{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-auto-rows:1fr;gap:16px;padding-inline:16px;display:grid}.wrap-item{width:100%;height:100%;display:block}@media (width>=600px){.wrap-list{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-auto-rows:1fr;gap:18px}}@media (width>=1200px){.wrap-list{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-auto-rows:1fr;gap:20px}}