.default-section{
    text-align:center;
    .section-title{
        text-transform: uppercase;
    }
    .section-content{
        padding: 65px 0 25px;
    }
}
.features-section{
    .section-content{        
        padding-bottom: 32px;
    }
}
.features-icon{
    margin:0 auto 30px;
    background: $brandColor; 
    width: 168px;
    height: 168px;
    border-radius: 100%;
    img{
        max-width: 168px;
        max-height: 168px;
        border-radius: 100%;
    }
}
.features-title{    
    padding: 0 0 21px;
    margin: 0 0 29px;
    background: url(../images/border-dotted.png) left bottom  repeat-x;
}
.features-more{
    text-decoration: underline;
}