.brand-logos-wrapper {
    overflow: hidden;
    width: 100%;
    padding: 15px 0;
}

.brand-logos-track {
    display: flex;
    gap: 20px;
    will-change: transform;
}

.brand-logo {
    flex: 0 0 auto;
    text-decoration: none;
}

.brand-logo-circle {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 1px solid #eee;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-logo-circle img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}