.magter-connectors-hero .magter-media {
  max-width: 560px;
  margin-left: auto;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(4, 29, 54, 0.14);
}

.magter-magnetic-connectors .magter-section-intro {
  max-width: 860px;
  margin: -4px 0 28px;
  color: var(--magter-color-muted);
  line-height: 1.8;
}

.magter-magnetic-connectors .magter-card h2 {
  font-size: clamp(1.2rem, 2vw, 1.45rem);
}

@media (max-width: 1024px) {
  .magter-connectors-hero .magter-media {
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .magter-connectors-hero .magter-button-row {
    align-items: stretch;
  }

  .magter-connectors-hero .magter-button {
    width: 100%;
  }
}
