.sliderTrackContainer { background-color: white; width: 1300px; margin: auto; @media (max-width: 1024px) { width: 944px; padding: 28px; } } .sliderTrack--carousel { padding: 0 28px; } .paginationDotsContainer { align-items: center; } .paginationDot { background-color: black; } .paginationDot--isActive { width: 16px !important; height: 16px !important; border: 0.5px solid #000000; background-color: white; } .slideChildrenContainer { margin-bottom: 36px; } .sliderRightArrow--carousel { right: 20px; &::after { content: url(assets/right-arrow.png); height: 30px; width: 12px; display: block; } .caretIcon { display: none; } } .sliderLeftArrow--carousel { left: 20px; &::after { content: url(assets/left-arrow.png); height: 30px; width: 12px; display: block; } .caretIcon { display: none; } } .slide--carousel { padding: 0 8px; @media (max-width: 1024px) { padding: 0 6px; } }