/* Prevent horizontal viewport overflow on all screen sizes */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

.about-grid,
.hero-grid,
.faq-grid,
.tech-grid {
  width: 100%;
  max-width: 100%;
}

.about-copy,
.about-photo-panel,
.hero-copy,
.hero-visual,
.faq-left,
.faq-right,
.tech-photo-panel,
.tech-steps {
  min-width: 0;
}
