.law-cards-container-ebc6eda9 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 20px 0;
}

.law-card-ebc6eda9 {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 30px 20px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
    transition: transform 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.law-card-ebc6eda9:hover {
    transform: translateY(-5px);
}

.law-card-icon-ebc6eda9 {
    font-size: 40px;
    margin-bottom: 20px;
}

.law-card-icon-ebc6eda9 svg {
    width: 40px;
    height: 40px;
}

.law-card-title-ebc6eda9 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 700;
    line-height: 1.3;
}

.law-card-desc-ebc6eda9 {
    font-size: 15px;
    color: #555555;
    margin-bottom: 24px;
    flex-grow: 1;
    line-height: 1.5;
}

.law-card-btn-ebc6eda9 {
    display: inline-block;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    transition: background 0.3s ease, color 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}