
.trio-item-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.trio-wrap > .column:first-child {
  padding-left: 0em !important;
  padding-right: 2em !important;
}
  
.trio-wrap > .column:last-child {
  padding-right: 0em !important;
    padding-left: 2em !important;
}

.button-link.primary-drkblue {
    background: #073850;
    color: #fff;
    font-weight: bold;
}

.button-link.primary-drkblue:hover {
    background: #317aba !important;
   color: #fff;
    text-decoration: none;
}

.ord-flx {
  display: flex;
  flex-direction: row;
}

.wealth-text {
  order: 1;
  width: 45%;
}

.wealth-text > .column:first-child {
    padding-left: 0em !important;
}

.wealth-image {
  order: 2;
  flex: 1 1 0;
}

.wealth-image > .column:last-child {
    padding-right: 0em !important;
}

@media (max-width: 758px) {

.bc_logo {
padding-top: 1.5em;
}
  
.trio-item-wrap {
padding-bottom: 4rem;
 display: block;
}
  
.trio-wrap > .column:first-child {
  padding-left: 0em !important;
  padding-right: 0em !important;
}
  
.trio-wrap > .column:nth-child(2) {
  padding-left: 0em !important;
  padding-right: 0em !important;
}
  
.trio-wrap > .column:last-child {
  padding-right: 0em !important;
  padding-left: 0em !important;
}  
  
.ord-flx {
  display: flex;
  flex-direction: column;
}

.wealth-text {
  order: 2;
  width: 100%;
}

.wealth-text > .column:last-child {
        padding-right: 0em !important;
        padding-left: 0em !important;
}

.wealth-image {
  order: 1;
  padding-bottom: 1.5em;
}

.wealth-image > .column:last-child {
   padding-right: 0em !important;
   padding-left: 0em !important;
}

