section.s-block.s-block--fixed-banner.wide-placeholder .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
}
section:nth-child(4) {
    margin: 0;
}
    .two-row .banner-entry:first-child {
        grid-column: unset;
        grid-row: unset;
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
.banner-entry {
    position: relative;
    height: 240px;}
article ul, article ol {
  list-style-position: inside;
  list-style-type: disc; /* أو decimal لـ <ol> */
  padding-right: 1.5em;
  margin: 1em 0;
}

article ol {
  list-style-type: decimal;
}
@media(max-width:667px){
.salla-1298199463 .blog-slider .swiper-slide img ,img.h-full.w-full.object-cover,img.h-80.mb-10.w-full.object-cover.rounded-md{
   
    object-fit:contain !important;
}
}