.lrc-198c4ea8-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
}

.lrc-198c4ea8-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 32px 28px;
    transition: box-shadow 0.3s ease;
}

.lrc-198c4ea8-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.lrc-198c4ea8-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 36px;
    color: #333333;
    line-height: 1;
}

.lrc-198c4ea8-icon svg {
    width: 36px;
    height: 36px;
    fill: #333333;
}

.lrc-198c4ea8-title {
    margin: 0 0 12px 0;
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.3;
}

.lrc-198c4ea8-description {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #6b6b6b;
    line-height: 1.6;
}
