.services-section .filter-tabs { list-style:none; margin:0; padding:0; position:sticky; top:90px; }
.services-section .filter-tabs li { margin:0 0 4px; }
.services-section .filter-tabs a { display:block; padding:10px 16px; color:#8c5649; border-left:2px solid transparent; font-size:11px; font-weight:300; text-transform:uppercase; letter-spacing:.04em; transition:all .2s; }
.services-section .filter-tabs a:hover { color:#f69881;text-decoration:none;}
.services-section .filter-tabs a.active { color:#8c5649; border-left-color:#8c5649; background:#f6f6f6; }
.services-section .services-card { border:1px solid #e8e8e8; border-radius:6px; padding:22px 24px; transition:box-shadow .8s,transform .8s; }
.services-section .services-card:hover { box-shadow:0 8px 24px rgba(0,0,0,.08); transform:translateY(-2px); }
.services-section .services-card .post-prev-title { margin:0 0 8px; font-size:16px; }
.services-section .services-cat-label { font-size:11px; text-transform:uppercase; letter-spacing:.06em; color:#aaa; margin-bottom:14px; }
.services-section .masonry-item { margin-bottom:30px; }
