.services-grid-6f1dc6fc {
    display: grid;
    gap: var(--grid-gap, 15px);
    grid-template-columns: repeat(var(--grid-cols-desktop, 5), 1fr);
}

.service-item-6f1dc6fc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    padding: 20px 10px;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
    height: 100%;
}

.service-item-6f1dc6fc:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.08);
}

.service-icon-6f1dc6fc {
    margin-bottom: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.service-icon-6f1dc6fc i,
.service-icon-6f1dc6fc svg {
    font-size: 45px;
    width: 45px;
    height: 45px;
    fill: currentColor;
    transition: all 0.3s ease;
}

.service-title-6f1dc6fc {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #141414;
    line-height: 1.3;
}
