.footer-inner .font-nunito {
    color: white;
    width: 80%;
}

.page-our-service .s-box-portfolio {
    margin-top: 0px;
    margin-bottom: 60px
}

.s-box-portfolio .row {
    margin-right: calc(1.5* var(--bs-gutter-x));
    margin-left: calc(1.5* var(--bs-gutter-x));
}


#produits {
    margin-top: 0px;
}


#home-services .s-box-portfolio {
    position: unset;
    margin-top: 0px;
}


.zakya .box-icon.style-6 {
    max-width: unset;
    margin-bottom: 20px;
}

.main-content.page-our-service {
    padding-bottom: 50px;
}

.counter-item .number {
    font-size: 40px;
    font-weight: 700;
    color: var(--Secondary);
}


.carousel-indicators {
    top: 310px;
}

.carousel-indicators [data-bs-target] {
    background-color: var(--Secondary);
}



.s-service .col {
    width: 20%;
}

@media (max-width: 767px) {
    .s-service .col {
        width: 100%;
    }

    .header.has-item-bot {
        padding-top: 20px;
        padding-bottom: 20px;
    }


    .swiper-wrapper .sub-title {
        /* display: none !important; */
    }


    .page-title-home-1 .swiper-slide-active .slide-home-1 .content .fade-item-2 {
        width: 96%;
    }

    .carousel-indicators {
        top: 530px;
    }


    .s-blog-post {
        /* margin-top: 50px !important; */
        padding-bottom: 0px !important;
    }


    .s-customer-say .testimonial {
        padding: 0px 20px !important;
    }

}