.features-container-0fe9c0f3 {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
}

.feature-card-0fe9c0f3 {
    display: flex;
    align-items: center;
    gap: 24px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 24px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.feature-icon-0fe9c0f3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon-0fe9c0f3 svg {
    width: 100%;
    height: 100%;
}

.feature-text-0fe9c0f3 {
    flex-grow: 1;
}

.feature-title-0fe9c0f3 {
    margin: 0 0 6px 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.feature-desc-0fe9c0f3 {
    margin: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
}
