.pr-grid-135f5c52 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
}

.pr-card-135f5c52 {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 40px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    height: 100%;
}

.pr-card-135f5c52:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.pr-icon-135f5c52 {
    font-size: 40px;
    color: #0056b3;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.pr-card-135f5c52:hover .pr-icon-135f5c52 {
    transform: scale(1.1);
}

.pr-icon-135f5c52 svg {
    width: 40px;
    height: 40px;
    fill: #0056b3;
    transition: transform 0.3s ease;
}

.pr-title-135f5c52 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.pr-desc-135f5c52 {
    font-size: 15px;
    color: #666666;
    margin: 0;
    line-height: 1.6;
    flex-grow: 1;
}

/* Responsiveness is handled via Elementor controls injecting CSS variables/rules */
