.elementor-367 .elementor-element.elementor-element-6536f27{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-6536f27 */.km-class {
  background-color: #f9fafb;
  padding: 80px 20px;
}

.km-container {
  max-width: 1100px;
  margin: 0 auto;
}

.km-class h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 20px;
}

.km-intro {
  max-width: 820px;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 16.5px;
  line-height: 1.8;
  color: #4b5563;
}

.km-container p {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 20px;
}

.km-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
  margin: 40px 0;
}

.km-item {
  background-color: #ffffff;
  padding: 28px;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.km-item h3 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #111827;
}

.km-item p {
  font-size: 15.5px;
  line-height: 1.7;
  color: #374151;
}

.km-closing {
  max-width: 850px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 16.5px;
  line-height: 1.8;
  color: #374151;
}

/* Responsive */
@media (max-width: 768px) {
  .km-class h2 {
    font-size: 26px;
  }

  .km-intro,
  .km-closing {
    font-size: 15.5px;
  }
}/* End custom CSS */