Попробуйте заменить float-right
на ml-auto
в теге img, как показано ниже:
<div class="media">
<img class="d-flex img-thumbnail ml-auto" src="img/buffet.png" alt="grand-buffet">
<div class="media-body">
<h2 class="mt-0">Weekend Grand Buffet <span class="badge badge-danger">NEW</span></h2>
<p class="d-none d-sm-block">Featuring mouthwatering combinations with a choice of five different salads, six enticing appetizers, six main entrees and five choicest desserts. Free flowing bubbly and soft drinks. All for just $19.99 per person </p>
</div>
</div>