.services-carousel-controls{display:none}
@media(min-width:621px){
.services.services-slider{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain;align-items:stretch;padding:4px 0 22px}
.services.services-slider::-webkit-scrollbar{display:none}
.services-slider>article{flex:0 0 calc((100% - 48px)/3);min-width:0;scroll-snap-align:start}
.services-carousel-controls{display:flex;justify-content:flex-end;align-items:center;gap:10px;margin-top:12px}
.services-carousel-controls button{display:grid;place-items:center;width:42px;height:42px;border:1px solid #c8b584;border-radius:8px;background:#fff;color:#302b21;cursor:pointer;transition:background .2s}
.services-carousel-controls button:hover{background:#eee3cd}
.services-carousel-controls button:disabled{opacity:.35;cursor:default;background:#fff}
.services-carousel-position{font-size:12px;color:#6c5b3b;min-width:48px;text-align:center;font-variant-numeric:tabular-nums}
}
@media(min-width:621px) and (max-width:1000px){.services-slider>article{flex-basis:calc((100% - 24px)/2)}}
