.pagingbullet-list{
  margin:0;
  padding:0;
  list-style:none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  margin-bottom:0.75em;
}
.pagingbullet-list__item{
  margin:0 0.25em;
}
.pagingbullet-list__arrow--disabled{
  opacity:0.1;
  cursor:default;
}

.pagingbullet:not(.pagingbullet--active){
  opacity:0.75;
}

.i-left,
.i-right{
  background-position:center;
  background-repeat:no-repeat;
  background-size:8px;
}

.i-left{
  background-image:url(/img/svg/solid/chevron-left.svg);
}

.i-right{
  background-image:url(/img/svg/solid/chevron-right.svg);
}

@media (max-width: 39.99rem){
  .pagingbullet-list__item:not(:first-child):not(:last-child){
    display:none;
  }
}