﻿
.item-info {
    display: flex;
    flex-direction: row;
}

.item-images {
    display: flex;
    flex-direction: row;
    width: 65%;
    justify-content: space-around;
    align-content: center;
    margin: auto;
}

.item-description {
    width: 35%;
    margin: auto;
    padding-left: 1rem;
    border-left: 1px solid lightgrey;
}