@media (max-width:694px) {
.footer_ram{
flex-direction:column;
/* align-items: center; */
justify-content: start;
padding-left: 6%;

}
}
@media (max-width:673px){
    .buttom_footer{
            width: 98%;
            /* border: 1px solid red; */
    }
}
.footer_sub {
    margin-top: 20px;
}
.footer_sub_end {
    margin-top: 20px;
}

@media (max-width:505px) {
    .buttom_footer_under_two_div_1{
        text-align: center;
    }
}