.footer_main_container {
    width: 100%;
    height: 300px;
    background-color: #525050;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 50px;
}

.footer_links {
    text-decoration: none;
    color: #fff;
}

.footer_menu_container {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: center;
    
}
.footer_child_item{
    width: 15%;
  
    
   
    
}
.footer_child_item_1{
    width: 30%;
}
.footer_img_item{
   width:auto;
  
   
   
}
@media screen and(max_width:768px) {
 .footer_main_container{
    height: auto;

 }
 .footer_menu_container{
    display: flex;
    flex-direction: column;
    padding: 20px 25px;
 }
 .footer_child_item_1{
    width:100%;

 }
 .footer_child_item_1{
    width: 100%;

 }
}