/* Add custom CSS styles below */ 
.services-box {
  max-width: 1000px;
  margin: 40px auto;
  padding: 20px;
}

.services-box h2 {
  color: #0f2e2a;
  font-size: 28px;
  margin-bottom: 20px;
}

.service-card {
  background: #f8f7f3;
  border: 1px solid #e8dfcf;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 12px;
  color: #3e0c16;
  font-size: 18px;
}
/* تثبيت شكل العناصر داخل الـ FAQ لتقليل تغيّر المقاسات */
section.s-block.s-block-trust-faq * {
  transform: translateZ(0);
}

/* تقليل أي انتقالات قد تسبب تحركات مرئية */
section.s-block.s-block-trust-faq,
section.s-block.s-block-trust-faq * {
  transition: none !important;
}