:root {
    --nb-img-with-display-paragraph-png-img-1-paragraph-line-height: 24px;
}

.nb-img-with-display-paragraph-png-img-1 {
    display: flex;
    gap: 50px;
    align-items: end;
    position: relative;
    overflow-x: hidden;
}

.nb-img-with-display-paragraph-png-img-1 .nb-left-content .nb-img-display-content {
    position: static;
    margin-bottom: 40px;
}

.nb-img-with-display-paragraph-png-img-1 .nb-left-content {
    position: static;
    width: 40%;
}

.nb-img-with-display-paragraph-png-img-1 .nb-left-content .nb-paragraph {
    max-width: 540px;
    line-height: var(--nb-img-with-display-paragraph-png-img-1-paragraph-line-height);
}

.nb-img-with-display-paragraph-png-img-1 .nb-right-content {
    width: 60%;
}

.nb-img-with-display-paragraph-png-img-1 .nb-left-content .nb-text-wrapper {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    min-width: 50%;
}

.nb-img-with-display-paragraph-png-img-1 .nb-display {
    text-align: left;
    line-height: 1.2;
    height: auto;
}

@media screen and (max-width: 768px) {
    .nb-img-with-display-paragraph-png-img-1 {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 30px;
        --nb-dt-rows: auto;
    }

    .nb-img-with-display-paragraph-png-img-1 .nb-right-content,
    .nb-img-with-display-paragraph-png-img-1 .nb-left-content {
        position: relative;
        width: 100%;
    }

    .nb-img-with-display-paragraph-png-img-1 .nb-left-content .nb-img-display-content {
        position: relative;
        margin-bottom: 20px;
    }

    .nb-img-with-display-paragraph-png-img-1 .nb-left-content .nb-text-wrapper {
        top: unset;
        bottom: 10px;
        left: unset;
        transform: unset;
        padding:  0 10px;
    }

    .nb-img-with-display-paragraph-png-img-1 .nb-left-content .nb-paragraph {
        max-width: 100%;
    }

}