@charset "UTF-8";

#menu_pic + div .wrapper_item{
    justify-content: center;
}
#menu_pic + div .inner_item{
    width: 80%!important;
}

@media screen and (max-width:480px){
  #menu_pic + div{
    padding: 10px 0!important;
  }
}