.cards-carousel{position:relative}.cards-carousel .cards{display:flex;overflow:hidden;scroll-behavior:smooth}.cards-carousel .service-card{min-width:calc(25% - 12px)}.cards-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:42px;height:42px;border:0;border-radius:50%;background:var(--deep);color:#fff;font-size:28px;cursor:pointer;box-shadow:0 4px 12px #244b7055}.cards-nav:hover{background:var(--blue)}.cards-prev{left:-20px}.cards-next{right:-20px}@media(max-width:760px){.cards-carousel .service-card{min-width:85%}.cards-prev{left:8px}.cards-next{right:8px}}
