.camera-integration-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 80px 20px;
  text-align: center;
}

.camera-title h2 {
  font-size: 4rem;
  color: #333;
  line-height: 1.4;
  margin-bottom: 40px;
}

.camera-title h2 strong {
  font-weight: 900;
  font-size: 4.5rem;
  letter-spacing: 1.5px;
}

.camera-description {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  font-size: 2.2rem;
  color: #666;
  font-weight: 400;
}

.camera-description .highlight-feature {
  color: #222;
  font-weight: 600;
}

.camera-footnotes {
  text-align: left;
  color: #999;
  font-size: 1.4rem;
  line-height: 1.6;
  max-width: 800px;
  width: 100%;
  margin: 20px auto 0;
}

.camera-video-column {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  max-height: 800px;
  border-radius: 50px;
  margin-top: 40px;
}
.camera-video-column video {
  width: 100%;
  max-width: 800px;
}


@media (max-width: 468px) {
    .camera-title h2 {
        font-size: 2rem;
    }
    .camera-title h2 strong{
        font-size: 2.2rem;
    }
    .camera-description{
        font-size: 1.6rem;
    }
  .camera-footnotes {
    font-size: 1.4rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}
