.ecosystem-wrapper {
    margin: 30px 0;
}
.affinity-ecosystem {
    max-width: 700px;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 30px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.affinity-ecosystem .left {
    flex: 1;
}
.affinity-ecosystem .left img {
    width: 100%;
}
.affinity-ecosystem .divider {
    width: 1px;
    background: #fff;
    height: 180px;
}
.affinity-ecosystem .right {
    flex: 2;
    padding-left: 20px;
}
.affinity-ecosystem .network-group {
    margin-bottom: 5px;
}
.affinity-ecosystem .network-group h3, .affinity-ecosystem .publisher-group h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.affinity-ecosystem .logos {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: nowrap;
    padding: 10px 0;
}
.affinity-ecosystem .logos img {
    height: auto;
    object-fit: contain;
}
.affinity-ecosystem .publisher-group {
    margin-bottom: 0px;
}
@media (max-width: 992px) {
    .affinity-ecosystem {
        flex-direction: column;
        text-align: center;
    }
        .affinity-ecosystem .divider {
        width: 100%;
        height: 1px;
    }
}
@media (max-width: 576px) {
    .affinity-ecosystem .logos {
        justify-content: center;
        gap: 20px;
    }
}