/* Bsouria V64 — compact “Everything you need” feature cards.
   This changes only the six feature cards and their section spacing. */

.welcome-syria-page .ws-features-section {
  padding-block: 70px !important;
}

.welcome-syria-page .ws-features-section .ws-heading {
  margin-bottom: 30px !important;
}

.welcome-syria-page .ws-feature-grid {
  gap: 16px !important;
  align-items: stretch;
}

.welcome-syria-page .ws-feature {
  min-height: 212px !important;
  padding: 24px !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.welcome-syria-page .ws-feature h3 {
  margin: 18px 0 8px !important;
  line-height: 1.35 !important;
}

.welcome-syria-page .ws-feature p {
  line-height: 1.6 !important;
}

@media (max-width: 680px) {
  .welcome-syria-page .ws-features-section {
    padding-block: 54px !important;
  }

  .welcome-syria-page .ws-features-section .ws-heading {
    margin-bottom: 24px !important;
  }

  .welcome-syria-page .ws-feature {
    min-height: 0 !important;
    padding: 22px !important;
  }
}
