/* Add custom CSS styles below */ 
/* تكبير رقم الإنجازات في الجوال فقط */
@media (max-width: 767px) {
  strong.text-lg {
    font-size: 2rem !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
  }
}