.trp-content, .wpb_column, .vc_column-inner {
    height: auto !important;
    min-height: unset !important;
    overflow: visible !important;
}

.trp-translate {
    display: inline !important;
    white-space: normal !important;
}

.wpb_row,
.vc_row,
.wpb_column,
.vc_column_container,
.vc_column-inner {
    min-height: auto !important;
    height: auto !important;
    overflow: visible !important;
}

.vc_row.vc_row-o-equal-height {
    align-items: stretch !important;
    display: flex !important;
    flex-wrap: wrap;
}
.vc_row.vc_row-o-equal-height > .vc_column_container {
    height: auto !important;
    flex: 1 1 auto !important;
}

#primary-content {
    padding-bottom: 0px;
    background-color: #0d1628!important;

}