div#logo {
    width: 50%;
}
@media(max-width:767px){
    div#logo {
    width: 30%;
}
} 
.text-center {
    font-size: 34px
}
.fa.pull-right {
    display: none;
}
div#heading1 {
    display: none;
}
.service-faq_default .section-service__title{
    position: relative;
    line-height: 1;
    text-transform: capitalize;
    color: #333;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 20px;
}
.service-faq_default .section-service__title:before {
    content: "";
    background: #00a650;
    width: 66px;
    height: 2px;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 0;
}