.elementor-5753 .elementor-element.elementor-element-2994d9b{--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-7b72ef1 */.mp-about {
  font-family: 'Inter', sans-serif;
  color: #1f2937;
  background: #f9fafb;
}

/* SECTIONS */
.mp-section {
  max-width: 1100px;
  margin: auto;
  padding: 70px 20px;
}

.mp-hero {
  text-align: center;
  background: linear-gradient(135deg, #1e3a8a, #2563eb);
  color: #fff;
  border-radius: 0 0 40px 40px;
}

.mp-hero h1 {
  font-size: 40px;
  margin-bottom: 20px;
}

.mp-hero p {
  font-size: 18px;
  max-width: 900px;
  margin: auto;
  opacity: 0.95;
}

/* TEXT */
.mp-section p {
  font-size: 17px;
  margin-bottom: 18px;
  line-height: 1.8;
}

/* FOUNDER */
.mp-founder {
  margin-top: 30px;
  font-weight: 600;
  color: #2563eb;
}

/* VALUES */
.mp-gray {
  background: #f1f5f9;
  border-radius: 40px;
}

.mp-gray h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
}

/* GRID */
.mp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.mp-card {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
}

.mp-card:hover {
  transform: translateY(-6px);
}

.mp-card h3 {
  color: #1e40af;
  margin-bottom: 12px;
  font-size: 20px;
}

/* CONTACT */
.mp-contact {
  text-align: center;
}

.mp-contact h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .mp-hero h1 {
    font-size: 30px;
  }
}/* End custom CSS */