.elementor-6323 .elementor-element.elementor-element-f2653b6{transition:all 400ms;}.elementor-6323 .elementor-element.elementor-element-b32c812{transition:all 400ms;}.elementor-6323 .elementor-element.elementor-element-5e77c53{transition:all 400ms;}/* Start custom CSS for html, class: .elementor-element-5e77c53 */.buyboard-logo {
  max-width: 220px;
  margin-bottom: 20px;
  display: block;
}

.back-hub-card {
  text-align: center;
  background: #ffffff;
  border: 1px solid #d8e8f0;
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 8px 28px rgba(0, 75, 124, 0.08);
}

.back-hub-card h2 {
  margin-bottom: 10px;
}

.back-hub-card p {
  color: #5f7483;
  max-width: 560px;
  margin: 0 auto 18px;
}

/* Better 3-column card header fix */
.grid-3 .card-header {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 14px !important;
  margin-bottom: 18px !important;
}

.grid-3 .card-header h3 {
  font-size: 22px !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  max-width: 100% !important;
  text-align: left !important;
}

.grid-3 .icon-circle {
  width: 56px !important;
  height: 56px !important;
  margin-left: 0 !important;
  flex: 0 0 auto !important;
}

@media (max-width: 900px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }

  .grid-3 .card-header {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
}/* End custom CSS */