.robotics-page {
  --robotics-accent: #e21b2b;
  --robotics-gold: #f2c65c;
  --robotics-navy: #071833;
  --robotics-ink: #0b2342;
}

.robotics-page .tele-hero h1 {
  max-width: 650px;
  font-size: 48px;
}

.robotics-page .tele-btn {
  white-space: nowrap;
}

.robotics-page .robotics-product-image {
  object-position: center;
}

.robotics-page .tele-capability-table td:nth-child(2),
.robotics-page .tele-capability-table td:nth-child(3) {
  width: 38.5%;
}

.robotics-page .robotics-reference-note {
  margin: 18px 0 0;
  color: #637a98;
  font-size: 12px;
  line-height: 1.65;
}

.robotics-page .tele-inquiry-panel .tele-actions {
  align-items: stretch;
}

.robotics-page .tele-inquiry-panel .tele-btn {
  flex: 1 1 170px;
  justify-content: center;
}

.robotics-page .tele-app-card:nth-child(1) img,
.robotics-page .tele-app-card:nth-child(3) img {
  object-position: center 48%;
}

.robotics-page .tele-app-card:nth-child(4) img {
  object-position: center 56%;
}

@media (max-width: 1250px) and (min-width: 1101px) {
  .robotics-page .tele-hero h1 {
    font-size: 43px;
  }
}

@media (max-width: 620px) {
  .robotics-page .tele-hero h1 {
    font-size: 34px;
  }

  .robotics-page .tele-capability-table td:nth-child(2),
  .robotics-page .tele-capability-table td:nth-child(3) {
    width: auto;
  }

  .robotics-page .tele-inquiry-panel .tele-btn {
    flex-basis: 100%;
  }
}
