#about p,#about h1{
    font-family:montserrat-medium, sans-serif;
}

.description{
    padding:0 15px;
}
.cinfo{
    width:33%;
    display:inline-block;
}

.cinfo h4{
    margin-top:1.5em;
    color:#f08419;
}

.cinfo p{
    color:white;
    font-size:1.2em;
}

.s-clients .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #151515;
}

.s-clients h1{
    color:white;
}

.s-clients a{
    color:white;
    font-weight:800;
}

.service-icon{
    height:60px;
}
.next-project{
    margin-top:80px;
}

.product-img{
    margin:50px;
}
@media only screen and (max-width: 800px) {
    .cinfo{
        width:100%;
    }
}

@media only screen and (max-width: 600px) {
   .cinfo{
        width:100%;
    }
}

