.b-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, .1), inset 0 0.125em 0.5em rgba(0, 0, 0, .15);
}
.showcase-text {
  padding: 3rem;
}
.showcase-img {
  min-height: 30rem;
  background-size: cover;
}
.border-md-right-0 {
  border-right: 0 !important;
}
.border-md-right {
  border-right: 1px solid #e3e7eb !important;
}
.border-sm-bottom-0 {
  border-bottom: 0 !important;
}
.border-sm-bottom {
  border-bottom: 1px solid #e3e7eb !important;
}
@media (min-width: 768px) {
  .showcase-text {
      padding: 7rem;
  }

}
