@media (max-width:767px){
 footer .footer_2 .row .clr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center !important;
}   
.vc_row.wpb_row.vc_row-fluid.section-khadame {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
}
.vc_row.wpb_row.vc_row-fluid.section-khadame::before {
    display:none;
}

}