@media screen and (max-width: 767px) {
.custom_footer_blocks {
    grid-template-columns : 1fr !important;
}
}