/* Add custom CSS styles below */ 
/* ===== الابتوب/الكمبيوتر ===== */
.hero-text h1,
.hero-text h2,
.hero-text h3{
  font-size: 90px !important;  /* حجم العنوان */
  font-weight: 800 !important;
  line-height: 1.15 !important;
}

.hero-text p{
  font-size: 40px !important;  /* حجم الوصف */
  font-weight: 400 !important;
  line-height: 1.4 !important;
}

/* إذا الوصف يطلع span بدل p */
.hero-text span{
  font-size: 20px !important;
}

/* ===== الجوال ===== */
@media (max-width: 768px){
  .hero-text h1,
  .hero-text h2,
  .hero-text h3{
    font-size: 59px !important;
  }

  .hero-text p,
  .hero-text span{
    font-size: 25px !important;
  }
}