(Dawn Theme) How to make multicolumn images smaller for mobile

Hi @IllIlIl1

Please add this code to Custom CSS of that section

@media (min-width: 749px) {
    .multicolumn-card__image-wrapper { max-with: 100px; margin: 0 auto !important; }
}