div#inner-page-wrapper > .container {
    width: 100%;
}

div#inner-page-wrapper {
    margin-bottom: 0;
    background-image: url(../images/hp-about-bg-v2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

div#inner-page-wrapper::before {
    content: '';
    background: rgb(199, 211, 229);
    background: linear-gradient(45deg, rgba(199, 211, 229, 1) 0%, rgba(199, 211, 229, 1) 18%, rgba(186, 186, 183, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    opacity: 0.94;
}

div#inner-page-wrapper > .container #content-full {
    position: relative;
    z-index: 2;
}

.section-border:before, .section-border:after {
    width: 100%;
    height: 100%;
}

.section-label {
    display: none;
}

#content  .welcome-title h2 {
    font-family: 'Christiana';
    font-weight: 400;
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .025em;
    line-height: 1;
    margin: 0;
}

#content .welcome-title h2 > span:not(.word) {
    display: block;
    font-size: 30px;
}

.hp-welcome-right{
    padding-bottom: 25px;
}

@media only screen and (max-width: 1199px){
    .welcome-desc {
        max-width: calc(100% - 60px);
    }
}

@media only screen and (max-width: 991px){
    .section-border{
        display: none;
    }

    .welcome-desc{
        max-width: 100%;
    }

    .hp-git-socialmedia {
        justify-content: center;
    }
}
