.npl-1393-container {
    background-color: #fff;
    overflow: hidden; /* for border radius */
}

.npl-1393-item {
    display: flex;
    align-items: flex-start;
}

.npl-1393-item:last-child {
    border-bottom: none !important;
}

.npl-1393-number {
    font-weight: 700;
    font-size: 18px;
    margin-right: 20px;
    /* width is controlled by elementor */
}

.npl-1393-content {
    flex-grow: 1;
}

.npl-1393-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.3;
}

.npl-1393-desc {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .npl-1393-item {
        flex-direction: column;
    }
    
    .npl-1393-number {
        margin-bottom: 10px;
        width: auto !important;
    }
}
