/* [project]/src/styles/service/ServiceAsbuilt.css [client] (css) */
.service-asbuilt-section {
  background-color: #000;
  border-bottom: 1px solid #ffffff0d;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px 40px;
  display: flex;
}

.service-asbuilt-container {
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
}

.asbuilt-title {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  font-family: var(--font-heading);
  margin-bottom: 25px;
  line-height: 1.3;
}

.asbuilt-content {
  max-width: 1200px;
  margin: 0 auto;
}

.asbuilt-text {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  font-family: var(--font-body);
  opacity: .9;
  margin-bottom: 25px;
}

.asbuilt-text:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .service-asbuilt-section {
    padding: 50px 20px;
  }

  .asbuilt-title {
    font-size: 28px;
  }

  .asbuilt-text {
    font-size: 16px;
  }
}

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