.np-sublimation {
    padding: 100px 0;
    background: #fff;
}

.np-sublimation-text h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.np-sublimation-text h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 24px;
}

.np-sublimation-text h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 40px 0 20px;
}

.np-sublimation-text p {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 20px;
}

/* LISTA ZALET */
.np-benefits-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 40px;
}

.np-benefits-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.6;
}

.np-benefits-list img {
    width: 22px;
    flex-shrink: 0;
}

/* OBRAZ PO PRAWEJ */
.np-sublimation-image {
    display: flex;
    justify-content: center;
}

.np-sublimation-image img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 991px) {
    .np-sublimation {
        padding: 60px 0;
    }

    .np-sublimation-image {
        margin-top: 40px;
    }

    .np-sublimation-text h2 {
        font-size: 30px;
    }
}