﻿ /*************************
********* Features CSS ******
**************************/
  
#features2 img {
    /*padding*/
    /*padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;*/

    /*width: 100%;*/

    /*img-responsive*/
    display:block;
    max-width:100%;
    height: auto;
}
#features2 .title {
    font-size: 25px;
    text-align: center
}

#features2 p {
    font-size: 16px;
    line-height: 27px;
    padding-right: 27px;
}
#features2 .row {
    padding-top: 30px;
    padding-bottom: 30px;
}
#features2 .h2 {
    margin-bottom: 15px;
}
.colorize {
    background-color: #f9f9f9;
}

  