/* توسيط العناوين */
:is(
  #slider-with-bg-3,
  #slider-with-bg-6,
  #slider-with-bg-9,
  #slider-with-bg-11,
  #slider-with-bg-17
) .s-slider-block__title-right {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}

/* تنسيق النص */
:is(
  #slider-with-bg-3,
  #slider-with-bg-6,
  #slider-with-bg-9,
  #slider-with-bg-11,
  #slider-with-bg-17
) .s-slider-block__title-right > h2 {
  position: relative;
  isolation: isolate;
  display: inline-block;
  margin: 0 auto;
  padding: 0 12px;
  color: #222;
  background: transparent;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}

/* الخلفية خلف النصف السفلي من النص */
:is(
  #slider-with-bg-3,
  #slider-with-bg-6,
  #slider-with-bg-9,
  #slider-with-bg-11,
  #slider-with-bg-17
) .s-slider-block__title-right > h2::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  background-color: #E7D3C7;
  border-radius: 16px;
}

/* تنسيق الجوال */
@media (max-width: 768px) {
  :is(
    #slider-with-bg-3,
    #slider-with-bg-6,
    #slider-with-bg-9,
    #slider-with-bg-11,
    #slider-with-bg-17
  ) .s-slider-block__title-right > h2 {
    font-size: 26px;
  }
}