.listContainer { display: flex; justify-content: space-evenly; border-bottom: 1px solid #b9b9b9; @media screen and (max-width: 1024px) { flex-direction: column; } } .contentItem { display: flex; padding: 62px 52px; display: flex; flex-direction: row-reverse; @media screen and (max-width: 1024px) { flex-direction: column-reverse; } } // .productImageTag--main { // @media screen and (max-width: 1024px){ // max-height: 1000px !important; // width: 100%; // } // } // .swiper-slide { // @media screen and (max-width: 1024px) { // display: none; // } // }