.energy-page {
  --tele-navy: #071833;
  --tele-navy-2: #0a2147;
  --tele-blue: #123e70;
  --tele-ink: #0b2342;
  --tele-copy: #405775;
  --tele-mist: #f2f6fa;
  --tele-line: #d4dfeb;
  --tele-red: #e21b2b;
  --tele-gold: #f2c65c;
}

.energy-page .energy-bms-image {
  object-position: center 52%;
}

.energy-page .energy-charging-image {
  object-position: center 58%;
}

.energy-page .energy-inverter-image {
  object-position: center 55%;
}

.energy-page .energy-product-image {
  object-position: center;
}

.energy-page .energy-reference-note {
  margin-top: 18px;
  color: #637a98;
  font-size: 12px;
  line-height: 1.6;
}

.energy-page .tele-capability-table td:nth-child(2),
.energy-page .tele-capability-table td:nth-child(3) {
  width: 38.5%;
}

.energy-page .tele-inquiry-panel .tele-actions {
  align-items: stretch;
}

.energy-page .tele-inquiry-panel .tele-btn {
  flex: 1 1 170px;
}

.energy-page .tele-btn {
  white-space: nowrap;
}

@media (max-width: 620px) {
  .energy-page .tele-hero h1 {
    font-size: 36px;
  }

  .energy-page .tele-capability-table td:nth-child(2),
  .energy-page .tele-capability-table td:nth-child(3) {
    width: auto;
  }
}
