.item-page {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}

.item-image,
#item-info {
  width: 50%;
  display: flex;
  align-items: center;
}

.item-image img {
  margin: 10% auto;
  display: block;
  width: 80%;
  padding: 5px;
  border-left: 1pt dashed;
  filter: drop-shadow(1px 1px 20px gray);
}

#item-info ul {
  list-style-type: none;
  font-size: 1.3rem;
}

#item-description {
  flex-grow: 1;
  margin: 0 0 20% 20%;
}

#item-description p {
  width: 75%;
  font-size: 1.4rem;
}

#item-description p:first-child::before {
  content: '-[ __________________ ';
  display: inline;
}

#comments {
  width: 90%;
  margin: 0 auto 10% auto;
}
