.more-service{overflow:hidden;width:100%;position:relative;touch-action:pan-y}.more-service-prev,.more-service-next{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:none;background:0 0;color:#000;cursor:pointer;z-index:999;font-size:20px;line-height:42px;text-align:center}.more-service-prev::focus,.more-service-next:focus{outline:none!important}.more-service-prev{left:10px}.more-service-next{right:10px}.more-service .track{display:flex;transition:transform .6s ease;will-change:transform;cursor:grab}.more-service .item{flex:0 0 33.3333%;box-sizing:border-box}@media (max-width:1024px){.more-service .item{flex:0 0 50%}}@media (max-width:600px){.more-service .item{flex:0 0 100%}}.more-service-dots{text-align:center;margin-top:15px}.more-service-dots button{width:10px;height:10px;border-radius:50%;border:none;margin:5px;background:#ccc;cursor:pointer;transition:.3s}.more-service-dots button.active{background:#000;transform:scale(1.2)}.custom-dots{display:flex!important;justify-content:center;gap:8px;margin-top:15px;width:100%}.custom-dots .dot{width:10px;height:10px;border-radius:50%;background:#bbb;cursor:pointer}.custom-dots .dot.active{background:#000;transform:scale(1.2)}