.banner-categories {
  display: flex;
  gap: 20px;
}
.banner-categories span {
  background-color: #2e5d78;
  padding: 0 20px 0 20px;
  height: 50px;
  border-radius: 40px;
  display: flex;
  color: #ffffff;
  align-items: center;
}
@media (max-width: 880px) {
  .banner-categories span {
    height: 35px;
  }
}
