.smallreviewbox {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.smallreviewbox h2 {
    font-size: 13px;
    margin-bottom: 2px;
}


.smallreviewbox img {
    width: 120px;
    max-height: 200px;
}