section, 
.section, 
.s-block {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  

    section, 
    .section, 
    .s-block {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }
}
img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

.section, .s-block {
    background-size: contain !important; /* أو cover حسب رغبتك في ملء المساحة */
    background-repeat: no-repeat !important;
    background-position: center !important;
}


.overlay-bg {
    min-height: 80px !important; 
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.breadcrumbs {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
}

.s-breadcrumb-wrapper {
    font-size: 20px !important;
  margin-right: 10px !important;
}