.webdevelopement-heading p{
    text-align: justify;
    padding-top: 15px;
}
.webdev-img{
    padding-top: 20px;
}
.webdevelopement-details h1{
    font-size: 30px;
    font-weight: 100;
    padding-top: 15px;
}
.webdevelopement-details p{
    text-align: justify;
    padding-top: 15px;
    color: #5B5B5B;
}
.mobile-responsive h1{
    font-size: 30px;
    font-weight: 100;
    padding-bottom: 15px;
}
.mobile-responsive p{
    text-align: justify;
    color: #5B5B5B;
}
.request-form{
    border-radius: 6px;
    border: 0.5px solid #00AFEF;
    background: #FFF;
    padding: 25px;
}
.request-form span{
    color: #00AFF0;
}
.request-form h1{
    padding-top: 15px;
    font-size: 30px;
}
.form-group{
    padding-top: 15px;
}
.faq-question h1{
    padding-top: 15px;
    max-width: 70%;
}
.faq-question p{
    color: #5B5B5B;
    padding-top: 15px;
}
.faq-question a{
    color: #FF5A01;
    font-size: 20px;
}