.company-section-wrap{
    background: url(/views/res/imgs/company/greeting/bg_greeting.jpg) no-repeat 50%;
    background-size: cover;
}
.greeting-sec{


}
.greeting-sec .row{
    margin:0;
}
.greeting-sec [class*="col-"]{
    padding:0;
}
@media screen and (min-width: 992px){
    .greeting-sec .row{
        margin:0 -15px;
    }
    .greeting-sec [class*="col-"]{
        padding:0 15px;
    }
}
.text-wrap{
    /*max-width: 470px;*/
    margin: 0 auto;
}
@media screen and (min-width: 992px){
    .text-wrap{
        margin: 0;
    }
}
.greeting-sec .inner-wrap .title{
    /*margin-top: 55px;*/
    margin-bottom: 40px;
    line-height: 1.5;
    font-size: 2.8rem;
    font-weight: 300;
    letter-spacing: -0.05em;
    color:#020202;
}
.greeting-sec .color-blue{
    font-weight: 400;
    color:#0043ab;
}
.greeting-sec .desc{
    line-height: 1.75;
    font-size: 1.6rem;
    letter-spacing: -0.02em;
    color:#666;
    margin-bottom: 25px;
}
.img-sign{
    position: absolute;
    margin-left: 10px;
    margin-top: -7px;


}