/* Start custom CSS for html, class: .elementor-element-3045611 */::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  line-height: 1.6;
  background-color: #f5f5f7;
  color: #1f1f1f;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Main content */

.about-page {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 2rem 1.75rem 2.25rem;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  margin: 2.5rem auto;
}

.section + .section {
  border-top: 1px solid #e5e7eb;
  margin-top: 1.75rem;
  padding-top: 1.75rem;
}

.section h2 {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
  color: #111827;
}

.section p {
  margin-bottom: 0.75rem;
  font-size: 0.98rem;
}

/* Lists */

.bullet-list,
.numbered-list {
  margin-left: 1.25rem;
  margin-top: 0.5rem;
  font-size: 0.98rem;
}

.bullet-list li,
.numbered-list li {
  margin-bottom: 0.35rem;
}

.bullet-list {
  list-style-type: disc;
}

.numbered-list {
  list-style-type: decimal;
}

/* Highlighted */

.highlighted {
  margin-top: 0.75rem;
  pa/* End custom CSS */