.services-grid-wrapper-51e49bac {
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
}

.service-card-51e49bac {
    display: flex;
    align-items: center;
    padding: 25px 20px;
    flex: 1 1 250px;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.3s ease;
    cursor: pointer;
    min-width: 250px;
}

.service-card-51e49bac:last-child {
    border-right: none;
}

.service-card-51e49bac:hover {
    background: #f8fafe;
}

.service-icon-wrap-51e49bac {
    width: 52px;
    height: 52px;
    background: #f0f4f8;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    color: #1a365d;
    font-size: 22px;
    flex-shrink: 0;
}

.service-icon-wrap-51e49bac svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.service-content-51e49bac {
    flex-grow: 1;
}

.service-title-51e49bac {
    margin: 0 0 4px 0;
    font-size: 17px;
    font-weight: 700;
    color: #111827;
}

.service-desc-51e49bac {
    margin: 0;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.4;
}

.service-arrow-51e49bac {
    color: #d1d5db;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.service-arrow-51e49bac svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.service-card-51e49bac:hover .service-arrow-51e49bac {
    color: #3182ce;
    transform: translateX(6px);
}

@media (max-width: 768px) {
    .service-card-51e49bac {
        border-right: none;
    }
}
