.logi-head {
    height: 8rem;
    background-image: linear-gradient(
            to left,
            rgb(40 37 37 / 55%),
            rgb(40 37 37 / 55%)
    ),
    url('../img/pic10.webp');
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;



    .head-content {
        .th3 {

            .head--title2 {
                text-align: center;
                color: white;
                margin-bottom: 0;
                padding: 0 1rem;
                font-size: 2.6rem;

                @media screen and (max-width: 860px) {
                    font-size: 2.3rem;
                }

                @media screen and (max-width: 500px) {
                    font-size: 2rem;
                }

                @media screen and (max-width: 380px) {
                    font-size: 1.7rem;
                }
            }
        }
    }
}

.logi-content {
    margin-bottom: 3rem;

    .des {
        padding: 0 1rem;
        text-align: center;
        margin-bottom: 2rem;

        @media screen and (max-width: 500px) {
            margin-bottom: 2rem;
        }

        p {
            font-size: 1.1rem;
            line-height: 1.7;

            span{
                font-weight: bold;
            }
        }
    }


    .section-tarifs {
        background-color: unset;

        .title {
            text-align: center;
            text-decoration: underline #df103f;
            margin-bottom: 3rem;

            h3 {
                font-size: 1.6rem;
                color: #df103f;
            }
        }

        .tarif-content {
            padding: 0 4%;

            @media screen and (max-width: 600px) {
                padding: 0 8%;
            }

            .offer-boxs {
                gap: 2rem 3rem;

                @media screen and (max-width: 975px) {
                    flex-wrap: wrap;
                    gap: 2rem;
                }

                @media screen and (max-width: 500px) {
                    gap: 3rem;
                }

                .box {
                    width: max(300px, 350px);
                    background-color: lavenderblush;
                    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
                    padding: 0 0 1.5rem;
                    overflow: hidden;

                    a {
                        background-color: #1a2335 !important;
                    }

                    img {
                        width: 100%;
                    }

                }
            }
        }
    }
}

.section-users {
    background-color: white;
    padding: 0 0 5rem;

    & .heading {
        text-align: center;
        margin-bottom: 1.8rem;

        & > p {
            color: gray;
            font-weight: 700;
            letter-spacing: 2px;
            margin-bottom: 0.5rem;
        }

        & h3 {
            font-size: 1.8rem;
            text-transform: capitalize;
            color: black;
        }
    }

    & .users-logos {
        padding: 0 3rem;

        @media screen and (max-width: 500px) {
            padding: 0 1rem 0 3.5rem;
        }

        & .logo {
            img {
                width: 5rem;

                @media screen and (max-width: 900px) {
                    width: 6rem;
                }
            }
        }
    }
}

.mb1 {
    margin-bottom: 1rem !important;
}

.footer2 {
    margin-bottom: 0 !important;
}
