.features-list {
    padding: 80px 0;
    background: white;
}

.features-list .container {
    max-width: 800px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 64px;
}

.feature-item:last-child {
    margin-bottom: 0;
}

.feature-icon {
    width: 32px;
    height: 32px;
    margin-top: 4px;
}

.feature-text h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--gray-900);
    margin-bottom: 8px;
}

.feature-text p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--gray-600);
}
