.reviews {
    width: 100%;
}
.review {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.left-column, .right-column {
    width: 48%;
}
