.nl-43fc1ae0-container {
    display: flex;
    flex-direction: column;
}

.nl-43fc1ae0-item {
    display: flex;
    align-items: flex-start;
    padding: 30px 0;
    border-bottom: 1px solid #e0e0e0;
}

.nl-43fc1ae0-item:last-child {
    border-bottom: none;
}

.nl-43fc1ae0-number {
    flex-shrink: 0;
    width: 60px;
    font-size: 32px;
    color: #e5b36a;
    font-weight: 500;
    font-style: italic;
    font-family: serif;
    line-height: 1.2;
}

.nl-43fc1ae0-content {
    flex-grow: 1;
}

.nl-43fc1ae0-title {
    margin: 0 0 10px 0;
    font-size: 22px;
    color: #1a2b2c;
    font-weight: 500;
    font-family: serif;
}

.nl-43fc1ae0-description {
    font-size: 16px;
    color: #555555;
    line-height: 1.6;
    font-family: sans-serif;
    font-weight: 300;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .nl-43fc1ae0-item {
        flex-direction: column;
        gap: 15px;
    }
    .nl-43fc1ae0-number {
        width: 100% !important;
        margin-bottom: 5px;
    }
}
