Add this code in custom CSS
adjust the height, width and margin accordingly
These will work perfectly for only images in multicolumn
@media only screen and (max-width: 768px) {
.multicolumn-card {
height: 200px;
width: 200px;
margin: auto;
margin-bottom : 100px;
}
}
Tell me If it worked!!