.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);
}

@media (max-width: 600px) {
  .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;
  }
}
