.item-review {
    border: 1px solid #ccc;
    padding: 15px;
    margin: 10px 0;
}
.item-review_title {
    font-weight: bold;
    margin-bottom: 10px;
}
.item-review_content img {
    width: 100px;
    height: auto;
    margin-right: 10px;
}
.item-review_text {
    display: flex;
    flex-direction: column;
}
.item-review_author {
    font-style: italic;
}
