.body-wrap {
display: flex;
justify-content: space-between;
}
.body-wrap .left,
.body-wrap .right {
width: 45%;
border: 5px solid #ccc;
padding: 15px;
}
.body-wrap .left p,
.body-wrap .right p {
margin-bottom: 2em;
}
.body-wrap .left p:last-child,
.body-wrap .right p:last-child {
margin-bottom: 0;
}