.background-image {
    background-image: url("../assets/images/bg-service.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
}

.overlay {
    position: absolute;
    z-index: 0;
}

.solaris-car {
    position: absolute;
    z-index: 2;
}

.content {
    position: relative;
    z-index: 1;
}

.main-info {
    position: relative;
}

/* Сдвиг вверх */
.hover:hover {
    transform: translateY(-2px);
}
/* Эффект нажатия */
.hover:active {
    transform: translateY(1px);
}