/**
 * CSS found added in the CMS?!!!
 */
.feature_text_block__content img {
    max-width: 50%;
    height: auto;
}

.center_title_header p {
/*    text-align:left;
*/}

.feature_text_block__content {
    color:#3c4442;
}

.feature_text_block__content h3 {
    color:#00CCBC;
    font-weight: bold;
}

.feature_text_block__content p {
    color:#3c4442;
    font-size: 17px;
}

.icon.infinity {
    background-image: url('http://roocommunity.venn/wp-content/uploads/2017/09/icon_infinity.png');
}

.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -2px;
    padding-left: 4px;
}

.feature_text_block__content h4 {
    color:inherit;
}
.round_corner_btn{
    background-color: #00CCBC;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
