.bm-dynamic-sections .wpb_wrapper {
  justify-content: center;
}

.bm-dynamic-sections .row_col_wrap_12_inner.col.span_12 .vc_col-sm-12 {
  padding-top: 20px !important;
  padding-bottom: 30px !important;
}

.bm-dynamic-sections .vc_col-sm-6 .vc_column-inner .wpb_wrapper {
  display: flex;
  align-items: center;
}

.bm-dynamic-sections
  .vc_col-sm-6
  .vc_column-inner
  .wpb_wrapper
  .nectar-responsive-text {
  margin-bottom: 0 !important;
  margin-right: 20px;
}
.bm-dynamic-sections
  .vc_col-sm-6
  .vc_column-inner
  .wpb_wrapper
  .nectar-responsive-text
  h3 {
  margin-bottom: 0 !important;
}

.bm-dynamic-sections .vc_col-sm-6:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px !important;
  margin-bottom: 20px !important;
}

.bm-dynamic-sections .nectar-responsive-text h5 {
  border-left: 1px solid #ff9986;
  padding-left: 20px;
  padding: 5px 0px 5px 20px;
}

@media screen and (min-width: 900px) {
  .bm-dynamic-sections .wpb_wrapper {
    justify-content: flex-start;
  }

  .bm-dynamic-sections .vc_col-sm-6:nth-child(2) {
    justify-content: flex-end;
  }
}
