    @media(max-width: 1370px){
            .projects{
        display: flex;
        gap: 8px;
    }
    }
    @media(max-width:1024px){
    .body_journey p{
        white-space: unset;
    }
    .body_journey .module.expanded{
        width: 100%;
    }

    }
