.pc-investor{
    display: block;
    text-align: left;
}
.mb-investor{
    display: none;
    text-align: left;
}
.pc-investor img{
    width: 100vw;
}
.pc-investor .pc-investor-content{
    width: 75vw;
    margin: 0 auto 5.3vw;
   
}
.pc-investor-content .investort{
    font-size: 1.5vw;
    text-align: center;
    margin: 4vw 0 3vw;
    font-family: 'soum';
}
.pc-investor-content .investorl{
    display: inline-block;
    width: 37.5vw;
    vertical-align: top;
}
.pc-investor-content .investorl img {
    width: 37.5vw;
}
.pc-investor-content .investorr{
    display: inline-block;
    width: 37.5vw;
    padding: 4.5vw 0 0 3.8vw;
    vertical-align: top;
}
.investorr div{
    margin-top: 1vw;
}
.investorr div p img{
    width: 2.1vw;
    height: 2.1vw;
}
.investorr div p{
    display: inline-block;
    margin-left: .9vw;
}
.investorr div p span{
    font-size: .83vw;
    color: #040404;
    font-family: 'sour';
}
.investorr div p span:first-child{
    display: block;
    color: #565656;
    font-family: 'soum';
}


.mb-investor .investorb {
    overflow: hidden;
}
.mb-investor .investorb img {
    height: 15vh;
    max-width: 256vw;
}
.mb-investor .pc-investor-content .investort{
    font-size: 3.8vw;
    margin: 10vw 0 3vw;
}
.mb-investor .investorl,.mb-investor .investorr{
    display: block;
    width: 100vw;
    padding: 4vw;
}
.mb-investor .investorl img {
    width: 92vw;
}
.mb-investor .investorr div p{
    margin-left: 2.4vw;
}
.mb-investor .investorr div p img{
    width: 5.3vw;
    height: 5.3vw;
}
.mb-investor .investorr div{
    margin-top: 2.67vw;
}

.mb-investor .investorr div p span{
    font-size: 3vw;
}

@media screen and (max-width:1000px) {
    .pc-investor{
        display: none;
    }
    .mb-investor{
        display: block;
    }
}