@media(max-width:789px){
.footer-un-somnath .main {
    width: 100%;
    display: block;
    justify-content: center;
    flex-wrap: wrap;
    padding:  5px 0px 20px 0px;
}

.footer-un-somnath .main .set {
    display:block;
    /* align-items: center; */
    /* justify-content: center; */
    text-align: center;
}
.footer-un-somnath .main .set .logo {
    width: 177px;
    height: 145px;
    margin: auto;
}
}