.horizontal-content-image .nb-content-wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    /*padding: 0 30px;*/
}

.horizontal-content-image .nb-img-wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.horizontal-content-image .nb-text-wrapper:not(:last-child),
.horizontal-content-image .nb-text-wrapper > *:not(:last-child) {
    margin-bottom: 20px;
}

.horizontal-content-image .row.nb-row-reverse {
    flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {

    .horizontal-content-image .nb-text-wrapper .nb-title {
        margin-bottom: 10px;
        /*text-align: center;*/
    }

    .horizontal-content-image .nb-content-wrapper {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .horizontal-content-image .nb-img-wrapper {
        margin-left: 0;
    }

    .horizontal-content-image .row.nb-row-reverse .nb-img-wrapper {
        margin-right: 0;
    }

    .horizontal-content-image .row.nb-row-reverse .nb-content-wrapper {
        margin-left: 0;
    }

}