.pros a {
	color: #2c864b;
	margin-left: 6px;
}

.pros {
    background: #caf0d7;
    color: #2c864b;
    margin-bottom: 15px;

    font-size: 15px;
    padding: 15px 30px;
    font-weight: 600;

    border-radius: 12px;
	
	height: 100%;
}

.pro:before {
    content: "+";
    font-size: 25px;
    font-weight: 900;
    margin-right: 10px;
}

.pro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; 
}

.cons {
    background: #f8cec7;
    color: #ac4131;

    font-size: 15px;
    padding: 15px 30px;
    font-weight: 600;

    border-radius: 12px
}

.con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; 
}

.con:before {
    content: "-";
    font-size: 25px;
    font-weight: 900;
    margin-right: 10px;
}

.top-padding {
	padding: 20px;
}

/* END OF PROS AND CONS */