@layer media_query {
    @media(max-width: 992px) {

        .my_row>div:first-child {
            width: 100%;
            position: static;
        }

        .my_row>div:last-child {
            width: 100%;
            padding-left: 0;
        }




    }

    @media(max-width: 767px) {
        .project_row>div {
            width: 100%;
        }
    }
}