/*section1*/
.section1 {
    padding-bottom: 80px;
}
.section1_img{
    width: 550px;
    height: 407px;
    background: url(../images/desc/company.png) no-repeat;
    background-size: 100% 100%;
}
.section1_info {
    flex: 1;
    padding-right: 20px;
}
.section1_info .company-info {
    position: relative;
    padding-left: 18px;
}
.section1_info .company-info::before {
    content: "";
    position: absolute;
    width: 5px;
    background: linear-gradient(180deg,#328ccb, #28b0e6);
    height: 75px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;

}
.section1_info .company-logo {
    width: 150px;
    height: 36px;
    background: url(../images/desc/logo.png) no-repeat;
    background-size: 100% 100%;
}
.section1_info .company-name {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #3a3c3d;
    line-height: 30px;
}
.section1 p{
    margin-top: 20px;
    font-size: 16px;
    color: #333333;
    font-size: 14px;
    line-height: 25px;
}

/*section1*/

@media screen and (max-width: 750px) {
    .section1{
        border-radius: 0px 0px 0px 1rem;
    }
    .section1 .flex {
        display: block;
    }
    .section1_img {
        margin-top: .2rem;
        height: 4.9rem;
        width: 100%;
    }
    .section1_info {
        padding-right: 0;
    }
    .section1 p {
        margin-top: .2rem;
        line-height: .5rem;
        font-size: .26rem;
    }
    .section1_info .company-logo {
        width: 1.72rem;
        height: .42rem;
    }
    .section1_info .company-name {
        margin-top: .08rem;
        font-size: .3rem;
    }
    .section1_info .company-info::before {
        height: .9rem;
        
    }
}