/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
    .lg\:p-8 {
        padding: 0rem;
    }
        .lg\:flex-row {
        flex-direction: column;
    }
        .lg\:w-\[60\%\] {
        width: 100%;
    }
        .lg\:text-start {
        visibility: hidden;
        height: 0px;
    }
    .container {
        max-width: none;
}

.flex.lg\:flex-row.flex-col.container.items-center.justify-between.gap-6.lg\:gap-12 {
        gap: 0rem;
        padding: 0px;
}

.flex.flex-col.gap-3.bg-white.shadow-lg.shadow-black\/\[0\.03\].p-6.lg\:p-8.rounded-2xl {
    padding: 3rem;
}
@font-face {
  font-family: 'Cocon Next Arabic';
  src: url('fonts/CoconNextArabic.woff2') format('woff2'),
       url('fonts/CoconNextArabic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Cocon Next Arabic', sans-serif;
}

img.relative.object-contain.h-auto.max-h-\[80px\].max-w-full.mx-auto {
    max-height: 100px;
}

.s-block.s-block--features-center-img.relative.bg-gray-50.py-12.lg\:pb-20 {
    background: #FFF9EE;
}
Body {background:#edefef !important;}