/* Equal height boxes in What We Do section (homepage) */
.whatwedo > .wpb_column {
  min-height: 460px !important;
}
.whatwedo > .wpb_column > .vc_column-inner {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}
.whatwedo .vc_inner {
  flex: 1 !important;
  min-height: 400px !important;
}
.whatwedo .vc_inner .vc_col-sm-9 .vc_column-inner {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}


/* Align buttons in homepage service boxes */
.whatwedo .vc_col-sm-9.vc_col-has-fill .vc_column-inner .wpb_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.whatwedo .vc_col-sm-9.vc_col-has-fill .vc_column-inner .wpb_wrapper .vc_btn3-container {
  margin-top: auto;
}