/* [project]/src/styles/service/ScanToCad4.css [client] (css) */
.scan-tocad4-section {
  text-align: center;
  color: #fff;
  background-image: linear-gradient(#000000e6, #000000e6), url("../media/discussion-banner.bd32a2b0.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

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

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

.scan-tocad4-content p {
  color: #ffffffe6;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

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

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

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

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

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

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

/*# sourceMappingURL=src_styles_service_ScanToCad4_css_65f1660e._.single.css.map*/