/* Scan to CAD - What Is Section */
.scan-tocad4-section {
  padding: 50px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("../../assets/img/discussionsection/discussion-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}

.scan-tocad4-container {
  max-width: 1100px;
  margin: 0 auto;
}

.scan-tocad4-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.2;
}

.scan-tocad4-content p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.scan-tocad4-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .scan-tocad4-section {
    padding: 60px 20px;
  }

  .scan-tocad4-title {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .scan-tocad4-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .scan-tocad4-title {
    font-size: 26px;
  }

  .scan-tocad4-content p {
    font-size: 15px;
  }
}