:root {--mc: #47624F;}section.s-block--categories.merge-with-top-component {margin-top: -75px;}section.s-block--categories.merge-with-top-component .swiper-slide {width: 12%;}section.s-block--categories.merge-with-top-component .swiper-slide a.slide--cat-entry {background: var(--mc);height: 6rem;}section.s-block--categories.merge-with-top-component .swiper-slide a.slide--cat-entry * {color: #fff;}section.s-block--categories.merge-with-top-component .swiper-wrapper.s-slider-swiper-wrapper {display: flex;justify-content: center;}.HowWeAre > div.grid > div:nth-child(2) {display: none;}.HowWeAre > div.grid > div {display: grid;}.HowWeAre > div.grid > div {display: grid;grid-template-columns: repeat(5, 1fr);grid-template-rows: repeat(2, 1fr);grid-column-gap: 0px;grid-row-gap: 0px;direction: ltr;}.HowWeAre > div.grid > div > div {grid-area: 1 / 1 / 3 / 2;width: 8rem;}.HowWeAre > div.grid > div h4 {grid-area: 1 / 5 / 2 / 6;text-align: end;}.HowWeAre > div.grid > div p {grid-area: 2 / 3 / 3 / 6;text-align: end;}.s-block--features__item {justify-content: center;}section.s-block--fixed-banner > div {max-width: 100%;padding: 0;}
@media only screen and (max-width: 600px) {
.HowWeAre > div.grid > div {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
}
section.s-block--categories.merge-with-top-component {
    margin-top: -30px;
}
    .swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden {
    padding:0px;
}
.slide--cat-entry h4{
    font-size:9px;
}
.swiper-slide.slide--one-sixth {
    width:25% !important;
    padding-inline:1px !important;
}
.carousel-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-left:0px;
}
.slide--cat-entry i{
    font-size:15px;
}
}


/* توسيط عناصر المميزات */
.s-block--features__item {
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

/* تغيير لون خلفية الأيقونات */
.s-block--features__item > div:first-child {
    background-color: #79A78C !important;
}