/* Force justified text globally in all WPBakery content blocks */
.wpb_wrapper {
  text-align: justify !important;
  word-spacing: 0.05em;
  line-height: 1.6;
}
/* Reduce vertical spacing above all WPBakery rows */
.vc_row {
  margin-top: 0 !important;
  padding-top: 10px !important;
}

/* Remove excess blank space above all rows */
.vc_row {
  margin-top: 0 !important;
  padding-top: 10px !important;
}

/* Force justified text in all WPBakery text blocks */
.wpb_wrapper {
  text-align: justify !important;
  word-spacing: 0.05em;
  line-height: 1.6;
}

/* Remove space between image and text columns */
.page-id-439 .vc_column:nth-child(1), 
.page-id-439 .vc_column:nth-child(2) {
  padding: 0 !important;
  margin: 0 !important;
}