How can I fix mobile display issues with custom HTML?

Hello every one , i putted 6 images in custom HTML with small description side by side it looks perfect in desktopview but in computer not so profesionnal , i want to make it bigger and display it 2 per line , to have 3 lines.

@Vikoria ,

Share URL.

https://yourmanoo.myshopify.com/collections/adults-teen/products/blue-koala

it’s the product description

@oscprofessional

@Vikoria ,

Password

trohsh

@oscprofessional sorry

@Vikoria ,

Is this ?

@oscprofessional yes please

@oscprofessional in mobile version its not looking good

@Vikoria ,

.column {
    width: 50%;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Note add only in this media @media only screen and (max-width: 749px)

@oscprofessional i added the code but nothing changed , the displayis still like this

@Vikoria ,

did you added in media query ?

.column {
    width: 50% !important;
}