.cooperation{
    position: relative;

}
.cooperation-title{
    margin-top: 150px;
    margin-bottom: 100px;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
}
.cooperation-box{
    position: relative;
    height: 60px;
    width:210px;
    float: left;
}
.cooperation-logo{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 220px;
    width:170px;
}
.cooperation-logo-two{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 220px;
    width:170px;
}
.cooperation-logo-three{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 35px;
    width:80px;
}
.cooperation-logo-four{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 0px;
    width:170px;
}
@media only screen and (max-width: 1399px) {
    .cooperation-box{
        position: relative;
        height: 60px;
        width:210px;
        float: left;
    }
    .cooperation-logo{
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        margin-left: 150px;
        width:170px;
    }
    .cooperation-logo-two{
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        margin-left: 150px;
        width:170px;
    }
    .cooperation-logo-three{
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        margin-left: 35px;
        width:80px;
    }
    .cooperation-logo-four{
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        margin-left: -15px;
        width:170px;
    }
}
@media only screen and (max-width: 1199px) {
    .cooperation-box{
        position: relative;
        height: 60px;
        width:210px;
        float: left;
    }
    .cooperation-logo{
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        margin-left: 50px;
        width:170px;
    }
    .cooperation-logo-two{
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        margin-left: 50px;
        width:170px;
    }
    .cooperation-logo-three{
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        margin-left: 35px;
        width:80px;
    }
    .cooperation-logo-four{
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        margin-left: -15px;
        width:170px;
    }
}
@media only screen and (max-width: 991px) {
    .cooperation-title{
        margin-top: 80px;
        margin-bottom: 50px;
        font-weight: 600;
        font-size: 24px;
        line-height: 44px;
        text-align: center;
    }
    .coop{
        position: relative;
        margin: auto;
    }
    .cooperation-box{
        position: relative;
        height: 60px;
        width:50%;
        float: left;
    }
    .cooperation-logo{
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 10px;
        width:140px;
    }
    .cooperation-logo-two{
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 10px;
        width:140px;
    }
    .cooperation-logo-three{
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        margin-left: none;
        right: 40px;
        width:60px;
    }
    .cooperation-logo-four{
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        margin-left: none;
        left:10px;
        width:140px;
    }
}