.page-title{
    min-height: 200px;
    padding: 50px;
}
.highlight-text{
    color: #4a4a4a;
}

.about-content {
    color: #989898;
    font-size: 16px;
    line-height: 26px;
    margin-top: 80px;
}

.about-content h1{
    color:#4e4e4e;
}


@media (min-width: 768px){
    .highlight-text{
        padding: 100px;
    }
}

.services-wrap{
    min-height:370px;
}

.text-white, .text-white h2{
    color: #fff;
}

.btn-primary{
    min-width: 110px;
    color:#fff !important;
    background: #c52d2f !important;
}

@media (max-width: 991px) and (min-width: 768px){
.landingpage .services-wrap {
    padding: 40px 0 40px 30px;
    min-height: 413px;
}
}