/* Add custom CSS styles below */ 
/* يخلي المحتوى تحت خالص */
.slider-banner-main-0 .txt {
    align-items: center !important;     /* توسيط أفقي */
    justify-content: flex-end !important;  /* ينزل لتحت */
    padding-bottom: 40px;   /* مسافة من تحت */
}

/* يخلي النص نفسه في النص */
.slider-banner-main-0 .item-text {
    text-align: center !important;
    align-items: center !important;
}

/* نزّل المحتوى تحت وخليه في النص */
.slider-banner-main-6 .txt {
    align-items: center !important;
    justify-content: flex-end !important;
    padding-bottom: 40px;
}

/* توسيط النص داخليًا */
.slider-banner-main-6 .item-text {
    text-align: center !important;
    align-items: center !important;
}