/* Add custom CSS styles below */ 
.s-block__title h2 {
    font-size: 1.5rem;
  color: #000 !important
    font-weight: 600;
    line-height: 1.75rem;
    position: relative;
text-align: center;

}

   .dark .da-brdr {
    border-color:rgb(0,0,0,0) !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;!important
}

.dark .da-cp {
    color: #414042 !important;
    color: #000!important;
}

.text-center h3{
  color: #000 !important;
}


/* Add custom CSS styles below */ 
.s-block__title {
  position: relative;
  text-align: center;
}



.s-block__title::before,
.s-block__title::after {
  content: "";
  position: absolute;
  top: 50%;
  width:500px; /* طول الخط */
  height: 1px; /* سمك الخط */
  background-color: #21315C; /* لون الخط - ممكن تغيره للون الذهبي مثلاً */
}

.s-block__title::before {
  left: 0;
  transform: translateY(-50%);
}

.s-block__title::after {
  right: 0;
  transform: translateY(-50%);
}

@media (max-width: 767px) {


.s-block__title::before,
.s-block__title::after {
  content: "";
  position: absolute;
  top: 50%;
  width:100px; /* طول الخط */
  height: 2px; /* سمك الخط */
  background-color: #21315C; /* لون الخط - ممكن تغيره للون الذهبي مثلاً */
}

}


@media (min-width: 768px) and (max-width: 1024px) {
 


.s-block__title::before,
.s-block__title::after {
  content: "";
  position: absolute;
  top: 50%;
  width:250px; /* طول الخط */
  height: 1px; /* سمك الخط */
  background-color: #21315C; /* لون الخط - ممكن تغيره للون الذهبي مثلاً */
}

}