.sgv-embed {
  margin-block: clamp(48px, 7vw, 96px);
  color: #202625;
}

.sgv-embed__intro {
  max-width: 880px;
  margin-bottom: clamp(24px, 4vw, 40px);
}

.sgv-embed__eyebrow {
  margin: 0 0 10px;
  color: #4f8616;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.sgv-embed__title {
  margin: 0;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: -.035em;
}

.sgv-embed__lead {
  max-width: 760px;
  margin: 18px 0 0;
  color: #65706c;
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.55;
}

.sgv-embed [data-soundguard-vibration-calculator] {
  width: 100%;
  min-width: 0;
}

@media (max-width: 640px) {
  .sgv-embed {
    margin-block: 42px;
  }

  .sgv-embed__intro {
    margin-bottom: 22px;
  }
}

.container {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  }