.scrollable-brands-list {
    margin: 1.53rem 0 3.69rem;

    .holder {
        direction: rtl;
        padding-bottom: 0.92rem;

        .item {
            display: block;
            margin: 0 0.4rem;
            width: 7.07rem;

            .img-box {
                display: flex;
                align-items: center;
                width: 7.07rem;
                aspect-ratio: 1/1;
                margin: 0 auto 0.92rem;
                background: var(--secendry-subtle);
                overflow: hidden;

                img {
                    width: 100%;
                    mix-blend-mode: multiply;
                }
            }

            .title {
                display: block;
                color: var(--text-dark-0);
                overflow: hidden;
                /* text-overflow: ellipsis; */
                white-space: break-spaces;
            }
        }
    }
}