.feature-list-container-e29738e2 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.feature-list-item-e29738e2 {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
    border: 1px solid #f0f0f0;
    gap: 20px;
}
.feature-list-icon-wrapper-e29738e2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #ffecd2; /* Light peach */
    border-radius: 50%;
    flex-shrink: 0;
}
.feature-list-icon-wrapper-e29738e2 i,
.feature-list-icon-wrapper-e29738e2 svg {
    font-size: 24px;
    width: 24px;
    height: 24px;
    color: #000;
    fill: #000;
}
.feature-list-content-e29738e2 {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.feature-list-title-e29738e2 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}
.feature-list-desc-e29738e2 {
    font-size: 14px;
    color: #666666;
    line-height: 1.4;
    margin: 0;
}