body:not(.home) .site-main.services .heading-banner-wrap .inner-content{
    left: 0;
    right: 0;
    text-align: center;
}
/*body:not(.home) .site-main.services .inner-content h2{
    text-transform: capitalize!important;
    font-size: 42px;
}*/
body:not(.home) .site-main.services .heading-banner-wrap .inner-content a.btn{
    font-size: 15px;
    width: calc(100% - 15px);
    margin: 0 7.5px;
}
@media (min-width:992px){
    body:not(.home) .site-main.services .heading-banner-wrap .inner-content{
        width: 840px;
    }
}
@media (max-width:991px){
    body:not(.home) .site-main.services .heading-banner-wrap .inner-content{
        width: calc(100% - 30px)
    }
    body:not(.home) .site-main.services .inner-content h2{
        font-size: 28px;
    }
    body:not(.home) .site-main.services .heading-banner-wrap .inner-content a.btn{
        font-size: 12px;
    }
}
body.page-id-442 a#page-id-442,
body.page-id-444 a#page-id-444,
body.page-id-446 a#page-id-446{
    background-color: var(--web-color-blue);
    color: #fff;
}
.inner-content.line-text h3{
    font-size: 16px;
    background-color: var(--web-color-blue);
    color: #fff !important;
    padding: 0px 15px 0 35px;
    width: 100%;
    overflow: hidden;
    line-height: 34px;
    min-height: 34px;
    position: relative;
}
.inner-content.line-text h3 i{
    font-size: 10px;
    font-style: normal;
    font-family: var(--web-text-title-font) !important;
}
.inner-content.line-text h3:before{
    content: '';
    width: 5px;
    max-height: 84px;
    float: left;
    background-color: #fff;
    height: calc(100% - 0px);
    position: absolute;
    left: 15px;
}