/* Add custom CSS styles below */ 

/*الاقسام 3 اعمدة */




@media (min-width: 1024px) {
    .lg\:grid-cols-4
Specificity: (0,1,0)
 {
        grid-template-columns: repeat(3, 2inmax(0, 1fr));
    }
}



.grid-cols-2 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}


/*محاذات الاقسام */
.grid {
    display: grid
;
    align-content: stretch;
    align-items: start;
    justify-content: center;
}

/*خط عنوان الاقسام */

.s-block__title h2, .s-slider-block__title h2 {
    position: relative;
    font-size: 2rem;
    line-height: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

/* الوان خلفية الأقسام */

.align-below .slide--cat-entry.has-image
Specificity: (0,3,0)
 {
    background-color: #c14a4a30;
}

.gap-4
Specificity: (0,1,0)
 {
    gap: -2rem;
}



.slide--cat-entry.is-circle {
    /* background-color: #00000000; */
}