I added this code in your Custom CSS:
.vc_sep_pos_align_center {
display: table;
}
.vc_separator.vc_separator_align_left h4, .vc_separator.vc_separator_align_right h4 {
display: table-cell;
vertical-align: middle;
white-space: nowrap;
}
.vc_separator .vc_sep_holder {
display: table-cell;
vertical-align: middle;
width: 100%;
}
.category-description-author {
display: table;
}
.archive .term-description p{
display: table-cell;
}
.term-description .category-description-author .category-description-author--content{
display: table-cell;
vertical-align: middle;
}
Clear browser cache and check your site.
Regards,
Rose Tyler.