.sections-list__item-link { padding: 16px 32px 16px 20px; max-width: 320px; } .sections-list__item-image-wrapper { --section-image-size: 40px; width: var(--section-image-size); height: var(--section-image-size); } .sections-list__item-image-wrapper--TRANSPARENT_PICTURES { --section-image-size: 48px; } .sections-list__item-image-wrapper--PICTURES { --section-image-size: 56px; } .sections-list__item-image-wrapper--ICONS svg { width: var(--section-image-size); height: var(--section-image-size); } .sections-list__item-inner { align-items: center; flex-wrap: nowrap; } .sections-list__item-image-wrapper { position: relative; overflow: hidden; flex: 0 0 var(--section-image-size); min-width: var(--section-image-size); border-radius: 12px; } .sections-list__item-image { display: block; width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; object-position: center; } .sections-list__item-inner > .flexbox { min-width: 0; flex: 1 1 auto; } .sections-list__item-text { display: block; word-break: break-word; } @media (max-width: 600px) { .sections-list__item-image-wrapper { --section-image-size: 48px; } .sections-list__inner--mobile-normal .sections-list__wrapper{ flex-basis: 100%; } .sections-list__item-link { padding: 12px 16px 12px 16px; } .sections-list__inner--mobile-normal .sections-list__item-link{ max-width: none; } }