/* ==========================================================================\n   HOME PAGE — Our ERP Services / Business Central Services button text fix\n   LeaforgeVer0019\n   ========================================================================== */
body.home-page #d365-bc-services .lf-bc-know-btn {
  width: 100%;
  min-width: 0;
  height: 62px;
  padding: 8px 12px;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 1.2px;
  white-space: normal;
  overflow-wrap: normal;
}

@media (max-width: 767px) {
  body.home-page #d365-bc-services .lf-bc-know-btn {
    min-height: 56px;
    height: auto;
    padding: 12px 14px;
    font-size: 12px;
    line-height: 1.35;
    letter-spacing: 1px;
  }
}
