.wrapper {
    border: 1px solid #b2bac2;
    background-color: #fff;
    height: 100%;
}
.wrapper .head {
    font-size: 18px;
    height: 48px;
    color: #333647;
    line-height: 48px;
}
.wrapper .pros-head {
    background-color: rgba(4, 160, 82, .2);
    border-top: 4px solid #04a052;
}
.wrapper .cons-head {
    background-color: rgba(255, 78, 78, .2);
    border-top: 4px solid #ff4e4e;
}
.wrapper ul,
.posts-show .wrapper ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #1b1b1b;
}
.wrapper ul li {
    padding-bottom: 10px;
}