.custom-text-description {
    color: #007BFF; /* اللون */
    font-size: 18px; /* حجم الخط */
    font-family: 'Arial', sans-serif; /* نوع الخط */
    font-weight: bold; /* سمك الخط */
    line-height: 1.5; /* ارتفاع السطر */
    margin-top: 5px; /* مسافة بين الوصف والعنوان */
    text-transform: capitalize; /* أول حرف كبير */
}
