[html]<div style="display: flex; margin: 16px 0; border: 1px solid #68756a; border-radius: 8px; overflow: hidden; background-color: #68756a;">
  <!-- Фиксированная картинка слева -->
  <div style="flex: 0 0 150px; background-color: #68756a;">
    <img src="https://upforme.ru/uploads/000b/49/16/2/69239.png"
         alt="Изображение"
         style="width: 100%; height: 100%; object-fit: cover;">
  </div>
 
  <!-- Правая часть с двумя строками -->
  <div style="flex: 1; display: flex; flex-direction: column; height: 350px;">
    <!-- Верхняя фиксированная строка -->
    <div style="flex: 0 0 60px; background-color: #68756a; color: white; display: flex; align-items: center; padding: 12px; font-weight: bold;">
      Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis
    </div>
   
    <!-- Нижняя строка с прокруткой -->
    <div style="flex: 1; overflow-y: auto; background-color: #68756a; padding: 12px; color: white;">
      <div style="margin-bottom: 8px;">придержаны за амс</div>
      <a href="#" style="color: #a5d6a7; text-decoration: none; display: block; margin-bottom: 4px;">ссылки</a>
      <a href="#" style="color: #a5d6a7; text-decoration: none; display: block; margin-bottom: 4px;">ссылки</a>
      <a href="#" style="color: #a5d6a7; text-decoration: none; display: block; margin-bottom: 4px;">ссылки</a>
      <a href="#" style="color: #a5d6a7; text-decoration: none; display: block; margin-bottom: 4px;">ссылки</a>
      <a href="#" style="color: #a5d6a7; text-decoration: none; display: block; margin-bottom: 4px;">ссылки</a>
      <a href="#" style="color: #a5d6a7; text-decoration: none; display: block; margin-bottom: 4px;">ссылки</a>
      <hr style="border-color: #8bc34a; margin: 10px 0;">
     
      <div style="margin-bottom: 8px;">придержаны по акциям</div>
      <a href="#" style="color: #a5d6a7; text-decoration: none; display: block; margin-bottom: 4px;">ссылки</a>
      <a href="#" style="color: #a5d6a7; text-decoration: none; display: block; margin-bottom: 4px;">ссылки</a>
      <a href="#" style="color: #a5d6a7; text-decoration: none; display: block; margin-bottom: 4px;">ссылки</a>
      <a href="#" style="color: #a5d6a7; text-decoration: none; display: block; margin-bottom: 4px;">ссылки</a>
      <a href="#" style="color: #a5d6a7; text-decoration: none; display: block; margin-bottom: 4px;">ссылки</a>
      <a href="#" style="color: #a5d6a7; text-decoration: none; display: block; margin-bottom: 4px;">ссылки</a>
      <hr style="border-color: #8bc34a; margin: 10px 0;">
     
      <div style="margin-bottom: 8px;">выкуплены</div>
      <a href="#" style="color: #a5d6a7; text-decoration: none; display: block; margin-bottom: 4px;">ссылки</a>
      <a href="#" style="color: #a5d6a7; text-decoration: none; display: block; margin-bottom: 4px;">ссылки</a>
      <a href="#" style="color: #a5d6a7; text-decoration: none; display: block; margin-bottom: 4px;">ссылки</a>
      <a href="#" style="color: #a5d6a7; text-decoration: none; display: block; margin-bottom: 4px;">ссылки</a>
      <a href="#" style="color: #a5d6a7; text-decoration: none; display: block; margin-bottom: 4px;">ссылки</a>
      <a href="#" style="color: #a5d6a7; text-decoration: none; display: block; margin-bottom: 4px;">ссылки</a>
      <hr style="border-color: #8bc34a; margin: 10px 0;">
     
      <div style="margin-bottom: 8px;">придержаны до</div>
      <a href="#" style="color: #a5d6a7; text-decoration: none; display: block; margin-bottom: 4px;">ссылки</a>
      <a href="#" style="color: #a5d6a7; text-decoration: none; display: block; margin-bottom: 4px;">ссылки</a>
      <a href="#" style="color: #a5d6a7; text-decoration: none; display: block; margin-bottom: 4px;">ссылки</a>
      <a href="#" style="color: #a5d6a7; text-decoration: none; display: block; margin-bottom: 4px;">ссылки</a>
      <a href="#" style="color: #a5d6a7; text-decoration: none; display: block; margin-bottom: 4px;">ссылки</a>
      <br>
    </div>
  </div>
</div>[/html]