body {
  align-items: center;
  background: #111;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: sans-serif;
  padding: 40px;
}

.item {
  align-items: center;
  background: #222;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  height: 140px;
  justify-content: space-between;
  margin-bottom: 30px;
  max-width: 1200px;
  overflow: visible;
  padding: 20px 20px 20px 120px;
  position: relative;
  width: 105vw;
}

.item img {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 10px 6px rgba(255, 255, 255, 0.8);
  height: 150px;
  left: -60px;
  object-fit: contain;
  position: absolute;
  width: 150px;
}

.text-content {
  flex-grow: 1;
  margin-left: 20px;
}

.text-content strong {
  display: block;
  font: 32px/1.1 'Oswald', Arial, sans-serif;
}

.description {
  color: #ccc;
  font-size: 14px;
  margin-top: 6px;
  max-width: 600px;
  white-space: pre-wrap;
}

.price {
  font: bold 24px sans-serif;
  margin-left: 20px;
  white-space: nowrap;
}