@media screen and (max-width: 1150px) and (min-width: 750px) {
    .c-footersection-third-div {
        grid-column: 1 / -1; /* This will make the element span across all columns */
    }
}