/* 
*
* 合作伙伴
*
*/

.cooperation-case {
    max-width: var(--container-max-width);
    margin: 0 auto;
}

.cooperation-case>h2 {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 50px;
    color: #000000;
    text-align: center;
    margin-top: 71px;
}

.cooperation-case>p {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 20px;
    color: #787A80;
    text-align: center;
    margin-top: 23px;
}

.cooperation-case-content {
    margin-top: 80px;
    margin-bottom: 72px;
    display: flex;
    gap: 20px;
}

.cooperation-case-content-item {
    width: 30%;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    border: 1px solid #C2CDE7;
    border-bottom: 4px solid #0A65E8;
}

.cooperation-case-content-item-title {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 17px;
    color: #48494D;
    padding: 20px 15px;
}

.cooperation-case-content-item-desc {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #787A80;
    padding: 0 15px;
    margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
    .cooperation-case-content{
       padding: 20px;
       flex-direction: column;

    }
}