.cooperation{
    display: flex;
    flex-direction: column;
    gap: 25px;
}


.cooperation-container {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    font-size: 18px;
    padding-bottom: 25px;
}
.cooperation-title {
    text-align: center;
    color: var(--orange-color-light);
    padding: 0 50px;
    font-size: 32px;
    font-weight: normal;
}
.cooperation-list {
    list-style-type: none;
    padding: 0 50px;
}
.cooperation-list-item {
    margin: 10px 0;
    padding: 10px;
    border-left: 4px solid var(--orange-color-light);
    background-color: #fcf6f1;
}
.cooperation-list-item span {
    font-weight: bold;
}
.cooperation-text {
    margin: 20px 20px;
    text-align: center;
}

.cooperation-subtitle{
    padding: 0 50px;
    font-size: 25px;
    font-weight: normal;
}




.cooperation-company{
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: var(--white);
    border-radius: 7px;
}

.cooperation-company-title{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.cooperation-company-title span{
    font-size: 30px;
    font-weight: bold;
}

.cooperation-company-logo{
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin: 50px 0;
}

.ccl-item{
    width: 20%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center
}
.ccl-item img{
    height: 50px;
}
.ccl-item-30{
    height: 30px !important;
}

.ccl-item-50{
    height: 50px !important;
}

.ccl-item-40{
    height: 40px !important;
}

.ccl-item-60{
    height: 60px !important;
}

.ccl-item-100{
    height: 100px !important;
}


@media screen and (max-width: 1300px){

    .ccl-item{
        width: auto;
    }

}
