.company-section4 .line-anim{
    position: absolute;
    left: -25px;
    height: 98%;
    top: 0;
}

.company-section4 svg{
    position: absolute;
    height: 100%;
    width: 100%;
}

.company-section4 .advisors-wrapper{
    margin-bottom: 80px;
}

.company-section4 .advisor-honors{
    margin-top: 30px;
}

.company-section4 .advisors-container{
    position: relative;
    margin-top: 100px;
}

.company-section4 .advisor-heading{
    margin-right: 90px;
}

.company-section4 .advisor-bio{
    margin-top: 32px;
    padding-right: 105px;
}

.advisor-heading h3{
    margin-bottom: 11px;
    max-width: 700px;
}

.company-section4 .advisor-content{
    margin-left: 230px;
    padding-top: 50px;
    position: relative;
}

.company-section4 .advisor-img{
    position: relative;
    /* min-height: 162px; */
    max-width: 288px;
}

.company-section4 .advisor-img .image{
    padding-top: 56.25%;
}

.company-section4 .name-wrapper{
    font-family: "OpenSans-SemiBold";
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.company-section4 .qualification{
    font-family: "OpenSans-Light";
    font-size: 14px;
    line-height: 21px;
    letter-spacing: normal;
    text-transform: none;
}

.company-section4 .advisor-title{
    display: block;
    font-family: "OpenSans-Bold";
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 3px;
}

.company-section4 .background-wrapper{
    margin-right: 25px;
}

.company-section4 .background-wrapper p {
    font-family: 'OpenSans-Light';
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px !important;
}

.company-section4-blob{
    position: absolute;
    top: -100px;
    /* left: auto !important;
    right: -120px !important; */
    right: -370px;
    width: 680px !important;
    height: 680px !important;
}

.company-section4-blob .inner-blob{
    /* transform: translate(0%, -50%) scale(1); */
    opacity: 0;
}

.company-section4-blob.show-blob .inner-blob{
    transition: none;
    animation: none;
    -webkit-animation: none;
}

.advisor-honors ul li{
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 0;
}

.advisors-wrapper .line-separator{
    margin: 40px 0 0;
    width: 90%;
    opacity: 0;
}

@media(min-width: 992px) and (max-width: 1366px){
    .company-section4-blob{
        right: -400px;
    }

    .advisor-heading h3{
        max-width: 600px;
    }
}

@media(max-width: 1280px) and (min-width: 992px){
    .company-section4 .advisors-wrapper{
        margin-bottom: 40px;
    }

    .company-section4 .advisors-container{
        margin-top: 60px;
    }

}

@media(max-width: 991px){

    .company-section4 .advisors-wrapper{
        margin-bottom: 40px;
    }

    .company-section4 .advisor-heading{
        margin-right: 0;
    }

    .company-section4 .advisor-content{
        margin: 40px 0 0;
        padding: 0;
    }

    .company-section4 .advisors-container{
        margin-top: 80px;
    }

    .company-section4 .advisor-img{
        min-height: auto;
        max-width: 309px;
    }

    .company-section4 .background-wrapper{
        margin-right: 0;
    }

    .advisor-heading h3{
        margin: 0;
    }

    .company-section4 .name-wrapper{
        margin: 16px 0 8px;
    }

    .company-section4 .advisor-bio{
        margin-top: 10px;
        padding: 0;
    }

    .company-section4 .advisor-honors{
        margin-top: 32px;
    }

    .company-section4-blob{
        opacity: 0.6;
        right: -310px;
        max-width: 470px;
    }

    .company-section4 .line-anim {
        left: 60px;
        height: 60px;
        top: -70px;
    }

    .advisors-wrapper .line-separator{
        opacity: 0.4;
        margin: 35px 0 0;
        width: 100%;
    }

    .company-section4 .background-wrapper p {
        margin-bottom: 6px !important;
    }
}

@media(max-width: 540px){
    .company-section4 .advisor-img{
        max-width: 268px;
    }
}