.company-section-wrap{
}
.innovation-sec [class*="col-"]{
    margin-bottom: 75px;
}
@media screen and (min-width: 992px){
    .innovation-sec [class*="col-"]{
        margin-bottom: 0;
    }
}
.innovation-sec .img-wrap {
    position: relative;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: 50%;
    padding-top: 61.5%;
}
.innovation-sec .img-wrap img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -82.5px;
    margin-top: -60px;
}
.innovation-sec .img-wrap:after{
    content: "";
    position: absolute;
    bottom: -23%;
    left:50%;
    width: 1px;
    height: 41.5%;
    display: block;
    background-color: #ffa630;
}
.innovation-sec .text-wrap{
    position: relative;
    padding-top: 75px;
}
.innovation-sec .text-wrap .title{
    margin-bottom: 15px;
    font-size: 2.1rem;
    font-weight: 700;
    letter-spacing: -0.043em;
    color:#343434;
}
.innovation-sec .text-wrap .desc{
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 1.5rem;
    letter-spacing: -0.015em;
    color:#555;
}