.benefits-list-f489d170 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.benefits-list-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: #4caf50;
    flex-shrink: 0;
}

.benefits-list-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.benefits-list-text {
    line-height: 1.5;
}
