.elementor-6781 .elementor-element.elementor-element-a760e85{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4d148dc */.about-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  font-family: 'Poppins', sans-serif;
}

.about-section {
  background: #ffffff;
  border: 1px solid #d4e6d6;
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0 4px 20px rgba(53, 94, 59, 0.08);
  text-align: center;
}

.about-icon-wrap {
  width: 64px;
  height: 64px;
  background: #eaf4eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
}

.about-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: #355e3b;
  margin-bottom: 16px;
}

.about-text {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #444;
  line-height: 1.8;
  margin: 0;
}

.about-points {
  text-align: left;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-point {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #f4faf5;
  border-radius: 12px;
  padding: 20px;
}

.point-icon-wrap {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: #eaf4eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.point-title {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #355e3b;
  margin: 0 0 6px 0;
}

.point-text {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #555;
  line-height: 1.7;
  margin: 0;
}

.about-connect {
  background: #f4faf5;
}

.about-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #355e3b;
  color: white;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(53, 94, 59, 0.4);
}

.about-wa-btn:hover {
  background-color: #2a4a2f;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(53, 94, 59, 0.5);
  color: white;
}

/* Tablet */
@media (max-width: 768px) {
  .about-section {
    padding: 30px 24px;
  }
  .about-title {
    font-size: 24px;
  }
  .about-text {
    font-size: 16px;
  }
  .point-title {
    font-size: 18px;
  }
  .point-text {
    font-size: 16px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .about-wrapper {
    padding: 12px;
  }
  .about-section {
    padding: 24px 16px;
  }
  .about-title {
    font-size: 22px;
  }
  .about-text {
    font-size: 15px;
  }
  .about-point {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .point-title {
    font-size: 17px;
  }
  .point-text {
    font-size: 15px;
  }
  .about-wa-btn {
    font-size: 16px;
    padding: 12px 24px;
  }
}/* End custom CSS */