@media (min-width: 768px) {
  .team-listing-block .node--type-team-member.node--view-mode-team-lead > .bs-region:not(.bs-region--bottom) {
    padding: 1rem;
  }
  .team-listing-block .views-row:nth-child(odd) .node--type-team-member.node--view-mode-team-lead {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .team-listing-block .views-row:nth-child(odd) .node--type-team-member.node--view-mode-team-lead .bs-region--left,
  .team-listing-block .views-row:nth-child(odd) .node--type-team-member.node--view-mode-team-lead .bs-region--right {
    text-align: right;
  }
}

.team-listing-block .bs-region--bottom.collapse.show {
  border-bottom: 1px solid #c2c4c3;
}
