/* Add custom CSS styles below */ 
    .s-block__title h2 {
        font-size: 1.75rem;
        font-size: var(--title-size-desktop, 115%);
        text-align: center;
      /* تنسيق العنوان بنفس شكل الخط في الصورة */




    }
.flex.items-stretch.justify-between.relative {
    justify-content: space-between;
    background: #ffffff;
    padding-right: 3%;
    padding-left: 3%;
    margin-top: 2%;
  margin-bottom: 2%;
  border-width: 10px;
    border-radius: 20px;
    border: #ffffff;
  box-shadow: 0px 0px 12px #969696;
}

.header-inner.inner.bg-white.da-bgm {
    background: #f0f8ff00;
}

h3.w-full.text-xs.md\:text-sm {
    margin-top: 1rem;
}


.flex.w-full.flex-col.gap-4.px-4.-mt-6 {
    background: #fc946c;
    color: #ffffff;
    border-radius: 13px;
}

p.text-sm.text-gray-500.da-ts.leading-6.line-clamp-3 {
    color: #ffffff;
}


a.btn.btn--primary.text-sm.rounded-md {
    background: #ffffff;
    color: #fc946c;
}