.salebox-section .salebox{
  padding: 13px;
  font-size: 18px;
  text-align: center;
  transition: all .5s ease;
  border-radius: var(--buttons-radius-outset);
}
.salebox-section .grid{
  flex-wrap: inherit;
  padding-bottom: 5px;
  overflow-y: hidden;
}
.salebox-section .grid::-webkit-scrollbar{
  width: 5px;
  height: 5px;
}
@media screen and (max-width: 991px){
  .salebox-section .salebox{
    font-size: 16px;
  }
}