/* 
Theme Name: Hello Elementor Child
*/

.page-id-429{
    .max-w-550 {
        max-width: 550px;
    }

    .max-w-650 {
        max-width: 650px!important;
    }

    .max-w-770 {
        max-width: 770px!important;
    }

    .max-w-720 {
        max-width: 720px!important;
    }

    .max-w-180 {
        max-width: 180px!important

        @media(max-width: 1024px) {
            max-width: 800px!important;
        }
    }

    .max-w-355 {
        max-width: 355px!important;
        
        @media(max-width: 1024px) {
            max-width: 800px!important;
        }
    }

    .border-after,
    .border-before  {
        position: relative;

        &::before, &::after {
            position: absolute;
            content: "";
            width: 85%;
            height: 2px;
            left: 0;
            bottom: 0;
            background: linear-gradient(90deg, #191919 0%, #FFF 53.37%, #191919 100%);
        }

    }

    .border-after {
        &::before {
            display: none;
        }
    }

    .border-before {
        &::after {
            display: none;
        }
    }

    @media screen and (max-width: 600px) {
        .border-after,
        .border-before {
            &::before, &::after {
                width: 100%!important;
            }
        }
        & #avantages-prime {
            & > div {
                & > div:first-child,
                & > div:last-child {
                    flex-direction: column!important;
                    gap: 20px!important;
                }
            }
        }
    }
}