// INICIO DESCRIÇÃO .flexRow--description { :global(.vtex-store-components17-x-container) { padding-left: 0 !important; padding-right: 0 !important; width: 100% !important; max-width: 94.444444444444444444444444444444% !important; background-color: red; } } .flexRowContent--description { gap: 32px; @media (min-width:1920px) { .stretchChildrenWidth { width: unset !important; // width: 100% !important; } } @media (max-width:1024px) { display: flex; flex-direction: column; .stretchChildrenWidth { width: unset !important; } } } // @media (max-width: 1024px) { // .flexRowContent--description { // display: flex; // flex-direction: column; // } // .flexRowContent--description .stretchChildrenWidth { // width: 100% !important; // } // } // FIM DESCRIÇÃO