﻿
body{
    background-color:#F9F9F9;
}

.col-md-4 {
    width: 33.33333333333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    height:200px;
    margin-bottom: 45px;
}
 i, .green-icons i {
    color: #2ec574;
}

/*.fa-4x {
    font-size: 4em;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.feature-list .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}
.fa-archive:before {
    content: "\f187";
}*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
h4{
    line-height: 28px;
  
    margin: 10px 0;
    font-size: 22px;
    position: relative;
    left: 80px;
    top: -55px;
}
.text2 {
    margin: 0 0 10px;
    line-height: 21px;
    line-height: 2.2;
    font-size: 16px;
    margin-top: -25px;
}
.line1 {
    width: 100%;
    height: 2px;
    background: #2ec574;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    top: -25px;
    left: 0px;

}
.boxborder
{
    height: 390px;
    padding-top:30px;
  padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
    background-color: white;
}