#footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 30px 0px;

}


#footer .inner_1st{
    width: 65%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer .inner_1st .footer_logo{
    width: 170px;
    border-radius: 10px;
}


.mobile_view{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}













