.elementor-12 .elementor-element.elementor-element-984d6d4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-fce353c */.about-wrapper {
  max-width: 900px;
  margin: auto;
  padding: 20px;
  color: #0F172A;
  font-family: 'Inter', sans-serif;
}

.about-section {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e7eb;
}

.about-section h1 {
  font-size: 38px;
  margin-bottom: 15px;
  color: #0F172A;
  font-weight: 700;
}

.about-section h2 {
  font-size: 26px;
  margin-bottom: 12px;
  color: #0EA5E9;
  font-weight: 600;
}

.about-section p {
  font-size: 17px;
  line-height: 1.7;
  color: #334155;
}

.about-section ul {
  margin: 10px 0;
  padding-left: 20px;
}

.about-section ul li {
  font-size: 17px;
  margin-bottom: 8px;
  line-height: 1.6;
  color: #334155;
}

.tool-list li {
  font-weight: 600;
  color: #0F172A;
}

@media (max-width: 768px) {
  .about-section h1 {
    font-size: 30px;
  }
  .about-section h2 {
    font-size: 22px;
  }
  .about-section p,
  .about-section ul li {
    font-size: 16px;
  }
}/* End custom CSS */