.pros,
.cons {
    border-radius: 5px;
    margin: 14px 0px;
    min-height: 300px;
    padding: 30px;
}

.pros {
    background: rgba(52, 183, 96, 0.04);
}

.cons {
    background: rgba(220, 59, 59, 0.04);
}

.pros h4,
.cons h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    color: #252525;
    padding-bottom: 10px;
}

#pros__title,
#cons__title {
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    color: #252525;
    padding-bottom: 10px;
}

.pros h4 img,
.cons h4 img {
    float: left;
    padding-right: 10px;
}

#pros__title img,
#cons__title img {
    float: left;
    padding-right: 10px;
}

.pros ul li,
.cons ul li,
.pros p,
.cons p {
    font-size: 15px;
    font-weight: normal;
    color: #6D6D6D;
    line-height: 170%;
    padding-bottom: 10px;
}

.pros ul,
.cons ul {
    list-style: none;
}

.pros ul li:before,
.cons ul li:before {
    content: "\2022";
    color: #34B760;
    padding-right: 10px;
    font-size: 1.2em
    position: relative;
    top: 3px;;
}

.cons ul li:before {
    color: #C13535;
}