/* Add custom CSS styles below */ 




/* حجم الخط لأجهزة الجوال (شاشات أصغر من 1024 بكسل) */
.s-block__title h2, .s-slider-block__title h2 {
    font-size: 1.1rem !important; /* حجم صغير يتناسب مع الجوال */
    font-weight: 700;
    line-height: 1.5rem;
    color: #0b9cb7 !important;
}

/* حجم الخط لأجهزة الكمبيوتر (شاشات 1024 بكسل وأكبر) */
@media (min-width: 1024px) {
    .s-block__title h2, .s-slider-block__title h2 {
        font-size: 1.5rem !important; /* حجم متوسط ومريح للعين على الشاشات الكبيرة */
        line-height: 2.2rem;
    }
}