.CooperateZone {
    width: 80%;
    margin: 20px auto;
}

.CooperateTitle {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-left: 0;
    border-bottom: 1px solid #3c7e37;
    padding-bottom: 10px;
    color: #3c7e37;
}

.CooperatePicVi {
    width: 100%;
}

.logo-group {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 40px 0px;
    margin: 0 auto;
}

.logo-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.block-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.top-icon {
    width: 180px;
    height: 110px;
    object-fit: contain;
}

.top-text {
    font-size: 26px;
    font-weight: bold;
    color: #222;
}

.title-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.block-title {
    font-size: 26px;
    font-weight: bold;
    color: #222;
    text-align: center;
    position: relative;
    display: inline-block;
}

    .block-title::after {
        content: "";
        position: absolute;
        left: 5%;
        right: 5%;
        bottom: -6px;
        height: 1px;
        background: #cccccc;
    }

.img-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
}

    .img-wrap.single-img {
        justify-content: center;
    }

    .img-wrap.double-img {
        justify-content: center;
        max-width: 424px;
        margin: 0 auto;
    }

        .img-wrap.double-img .logo-item {
            flex: 0 0 200px;
            width: 200px;
        }

.logo-item {
    width: 200px;
    height: 70px;
}

    .logo-item img {
        border: 1px solid #ddd;
        width: 100%;
        height: 100%;
        object-fit: contain;
        cursor: pointer;
        border-radius: 12px;
        box-shadow: inset 0 4px 12px -4px rgb(4 0 0 / 28%);
    }

        .logo-item img:hover {
            opacity: 0.85;
        }

.border-wrap {
    width: 100%;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    box-sizing: border-box;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
}
