.elementor-159 .elementor-element.elementor-element-4b4afba{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0abe5d0 */.features-section {

  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #7a1f1f;
  margin-bottom: 40px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.feature-item p {
  margin: 0;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

.icon {
  color: #f39c12;
  font-size: 20px;
  margin-top: 3px;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 26px;
  }
}/* End custom CSS */