.elementor-4400 .elementor-element.elementor-element-3c3a2d6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-19ac1d7 */.about-section {
  padding: 60px 20px;
  background: #;
}

.about-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 50px;
  align-items: center;
}

.about-image {
  flex: 1;
}

.about-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: var(--wp--preset--shadow--natural);
}

.about-content {
  flex: 1;
}

.about-content h2 {
  font-family: var(--wd-title-font);
  color: var(--wd-title-color);
  margin-bottom: 20px;
}

.about-content p {
  font-family: var(--wd-text-font);
  color: var(--wd-text-color);
  line-height: 1.7;
  margin-bottom: 15px;
}

.about-highlight {
  margin-top: 20px;
  font-weight: 500;
  color: var(--wd-primary-color);
}

/* MOBILE */
@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
  }

  .about-image img {
    max-height: 400px;
    object-fit: cover;
  }
}/* End custom CSS */