  /* Анімація при наведенні */
    .service-box:hover {
        transform: translateY(-5px);
    }