
#services {
    background: #FFFFFF;
    padding: 100px 0;
    text-align: center;
}
.row {
    margin-right: 0px;
    margin-left: -15px;
}
.centered {
    text-align: center;
}
h2 {
    font-size: 36px;
    color: #008cd4;
}
hr {
    display: block;
    height: 2px;
    border: 0;
    margin: 3em 0;
    padding: 0;
    background-image: -webkit-linear-gradient(left, #fff, #ccc, #fff);
    background-image: -moz-linear-gradient(left, #fff, #ccc, #fff);
    background-image: -ms-linear-gradient(left, #fff, #ccc, #fff);
    background-image: -o-linear-gradient(left, #fff, #ccc, #fff);
    width: 50%;
    left: 25%;
    position: relative;
    border: none;
}
p {
    line-height: 28px;
    margin-bottom: 20px;
    font-size: 15px;
}
p.large {
    font-size: 16px;
    margin-bottom: 50px;
}
#services p {
    text-align: center;
}
#services .glyphicon {
    color: #008cd4;
}
.glyphicon {
    font-size: 3em;
}
h3 {
    font-size: 26px;
}

.carousel{
    margin-top: 68px;
}


@media (min-width: 1200px){

}
@media (min-width: 768px){

}


