.aura-button {
    line-height: 1;
     padding: 1.5rem;
    @media (min-width: 750px) {
     padding: 1.8rem; 
    }   
}
.pagination-scrollbar-padding {
       padding-bottom: 3rem;
    @media (min-width: 750px) {
       padding-bottom: 6rem;
    }
  .swiper-pagination {
    top: unset !important;
    bottom: 0 !important; 
  }
}

@media (min-width: 990px) {
  .grid--5-col-tablet .grid__item {
    width: calc(19% - var(--grid-horizontal-spacing) * 3 / 5);
  }
}

