.ci-wrapper-417f243e {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-family: inherit;
}

.ci-box-417f243e {
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
    padding: 15px 25px;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 1;
    min-width: 200px;
}

.ci-box-417f243e:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.ci-icon-wrapper-417f243e {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    margin-right: 15px;
    flex-shrink: 0;
}

.ci-icon-417f243e {
    font-size: 16px;
    color: #0073e6;
}

.ci-icon-417f243e svg {
    width: 16px;
    height: 16px;
    fill: #0073e6;
}

.ci-content-417f243e {
    display: flex;
    flex-direction: column;
}

.ci-title-417f243e {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #888888;
    margin-bottom: 3px;
    font-weight: 600;
}

.ci-text-417f243e {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ci-text-417f243e:hover {
    color: #0073e6;
}