main {
  padding: 2rem;
  max-width: 900px;
  margin: 0;
}

.item {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  margin-bottom: 2rem;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.item img {
  width: 30vw;
  max-width: 300px;
  height: auto;
  flex-shrink: 0;
  border-radius: 8px;
  object-fit: cover;
}

.item .text {
  flex: 1;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}