span.swiper-pagination-bullet {
    background: rgb(17 17 17 / 20%);
    width: 25px;
    height: 2px;
    border-radius: 2px;
    opacity: 1;
    }
    .swiper-pagination-bullet-active {
    background: #ff7533 !important;
    opacity: 1 !important;
    }
    @media only screen and (max-width: 1024px) {
    .swiper-button-next-related,
    .swiper-button-prev-related {
    display: none !important;
    }
    }