.imagelist .cmp-imagelist{display:flex;justify-content:space-between;flex-direction:column;list-style:none;gap:10px}@media screen and (min-width: 768px)and (max-width: 1023px){.imagelist .cmp-imagelist{flex-direction:row}}@media screen and (min-width: 1024px)and (max-width: 1279px){.imagelist .cmp-imagelist{flex-direction:row}}@media screen and (min-width: 1280px)and (max-width: 1439px){.imagelist .cmp-imagelist{flex-direction:row}}@media screen and (min-width: 1440px)and (max-width: 1535px){.imagelist .cmp-imagelist{flex-direction:row}}@media screen and (min-width: 1536px){.imagelist .cmp-imagelist{flex-direction:row}}.imagelist .cmp-imagelist__item{width:100%;flex:1;display:flex;flex-flow:column;gap:16px}.imagelist .cmp-imagelist__image{width:100%}.imagelist--text-center .cmp-imagelist__item{text-align:center}.imagelist--text-right .cmp-imagelist__item{text-align:right}