/* 2.9.74: three complementary homepage modules. CRM stays in its own section. */
body.home .bt-enterprise-grid.bt-enterprise-three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px;
  align-items: stretch;
}
body.home .bt-enterprise-three > .bt-enterprise-card,
body.home .bt-enterprise-three > .bt-enterprise-card:last-child {
  display: flex !important;
  flex-direction: column;
  grid-column: auto !important;
  min-width: 0;
}
body.home .bt-enterprise-three .bt-enterprise-card-copy { min-width: 0; }
body.home .bt-enterprise-three .bt-enterprise-card-copy h3 {
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: manual;
}
body.home .bt-enterprise-three .bt-enterprise-card-copy small { line-height: 1.5; }
body.home .bt-enterprise-three figure img {
  display: block;
  width: 100%;
  object-fit: contain;
  transform: none !important;
}
@media (max-width: 1099px) {
  body.home .bt-enterprise-grid.bt-enterprise-three {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}
