Change displayed size images in Multicolumn section - Down theme

Hii, @Cristim
Paste this code on top of the section-multicolumn.css file.

.multicolumn-card__image-wrapper--third-width {
    width: 20% !important;
}

Thank You.