.bbw-landing-page .breadcrumb {
  padding-left: 0;
}

.bbw-lp-container {
  display: flex;
  flex-direction: column;
  padding: 0.9375rem;
  border-bottom: 1px solid #e8e4e4;
}
@media (min-width: 544px) {
  .bbw-lp-container {
    flex-direction: row;
  }
}
.bbw-lp-container:hover {
  background-color: #f2f2f2;
}

.bbw-lp-name {
  font-size: 0.8125rem;
  padding-bottom: 0.9375rem;
  line-height: 1.5rem;
}

.bbw-lp-description {
  font-size: 0.875rem;
  line-height: 1.3125rem;
}

@media (min-width: 544px) {
  .bbw-lp-text-wrapper {
    flex: 1;
    margin-bottom: 1.25rem;
    padding-right: 0.3125rem;
  }
}

.bbw-lp-cta-wrapper {
  padding-top: 0.9375rem;
}
@media (min-width: 544px) {
  .bbw-lp-cta-wrapper {
    align-self: flex-end;
  }
}

/*# sourceMappingURL=bbwLandingPage.css.map*/