.listContainer--ProductSpecificationTabList { @media screen and (max-width: 1024px) { width: 100%; padding: 0 40px; flex-direction: column; flex-wrap: nowrap; .listItem { :global(.vtex-button) { width: 100%; :global(.vtex-button__label) { justify-content: start; } } } } .listItem { :global(.vtex-button) { text-transform: capitalize !important; } } }