.restaurant_wrapper{display:flex;background-color:#efefef;padding:50px;margin:0 0 30px;justify-content:space-between;max-width:1200px;margin:30px auto}.restaurant_wrapper .col-1{width:70%}.restaurant_wrapper .col-2{width:30%;text-align:right;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;font-weight:600}.restaurant_wrapper .col-2 .row{display:flex;justify-content:space-between;width:100%;padding:40px 0 0;max-width:245px}.restaurant_wrapper .col-2 .row img{height:25px;margin-right:20px}.restaurant_wrapper .col-2 p{margin:0;font-weight:600}.restaurant_wrapper .col-2 .logo{width:150px}.restaurant_wrapper .col-1 .logo-mobile{display:none}@media(max-width:767px){.restaurant_wrapper{display:block;padding:20px}.restaurant_wrapper .col-1,.restaurant_wrapper .col-2{width:100%}.restaurant_wrapper .col-2 .logo{display:none}.restaurant_wrapper .col-1 .logo-mobile{display:block;width:100px;margin-bottom:20px}}