/* Target the specific row */
.same-height-row {
  display: flex !important;
}

.same-height-row .wpb_column {
  display: flex !important;
}

.same-height-row .vc_column_container {
  display: flex !important;
  width: 100% !important;
}

.same-height-row .vc_column-inner {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
}

.same-height-row .wpb_wrapper {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
}

/* Target the last wpb_text_column div specifically */
.same-height-row .wpb_text_column:last-of-type {
  margin-top: auto !important;
  padding-top: 20px !important;
}