.contentItem { display: flex; } .listContainer--list-product{ width: 94.4444%; justify-content: space-around; margin-left: auto; margin-right: auto; border-bottom: 1px solid #BFBFBF; @media screen and (min-width: 1920px) { width: 71.875%; } @media screen and ((min-width: 769) and (max-width: 1024px)) { width: 92.1875%; } @media screen and (max-width: 768px) { width: 79%; } } .contentContainer--content-product { width: 90%; margin-left: auto; margin-right: auto; padding-top: 32px; @media screen and (min-width: 1920px) { width: 69.375%; } @media screen and ((min-width: 769) and (max-width: 1024px)) { width: 92.1875%; } @media screen and (max-width: 768px) { width: 79%; } } .listItem { margin: 0; padding: 0; } .listItemActive { border-bottom: 2px solid #000000; :last-child { background-color: transparent; color: #000000; font-weight: 400; font-size: 18px; line-height: 38px; padding-top: 0 !important; padding-bottom: 0 !important; &:hover { border-bottom: none; color: #000000; transform: none; } } }