@media (max-width: 767px)
#intro .item h1 {
    font-size: 30px;
}
@media (max-width: 991px)
#intro .item h1 {
    font-size: 35px;
}
@media (max-width: 767px)
.section h2.title {
    font-size: 30px;
}
@media (max-width: 991px)
.section h2.title {
    font-size: 35px;
}

.section h2.title {
    display: inline-block;
    font-size: 30px;
    font-weight: 900;
    padding: 10px 0;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
p.lead {
    font-size: 24px;
    font-weight: 100;
}
.services p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 60px;
}
.services .icon {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: solid 3px #0096e2;
    font-size: 40px;
    line-height: 100px;
    text-align: center;
    margin: 0 auto;
    color: #0096e2;
}
.services {
    margin-top: 50px;
    text-align: center;
}
.testimonials .item {
    list-style-type: none;
    margin: 0 5px;
    background: #fff;
    padding-bottom: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.testimonials .item .testimonial .name-picture {
  float: left;
  width: 80%;
  text-align: right;
}
.quotemarks {
   font-size: 22px;
   color: #0096e2;
   margin: 0 10px;
}
.blue {
    color: #0096e2;
}
h4 {
  line-height: 1.5;  
}