header {    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }

.green-text {color: #76AA1D; }
.green {background-color: rgb(141 183 51);}
.blue {background-color: #5198CB;}
#content .btn-w {
    background: #fff;
}
.text-lg {font-size: 1.2em; line-height: 1.6em;}

p + p .btn {margin-top: 10px; }
.serv-row .wrap {background: #fff;padding: .5em 1.5em 1em;height: 100%;box-shadow: 0 0 5px #a5a5a5;border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;}

.serv-row .wrap i {font-size: .9em;}

.serv-row .wrap h2 {border-bottom: 2px solid #5198CB;padding: 0 0 10px;}

.serv-row {margin-bottom: 3em;}
.star {
    color: #76AA1D;
}