.banner-categories {
  display: flex;
  gap: 20px;
}
.banner-categories a {
  border-radius: 100px;
  background: #1b2482;
  color: #ffffff !important;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  height: 33px;
  padding: 0 18px;
  display: flex;
  align-items: center;
}
.banner-label {
  margin-top: 20px;
}
.banner-label span {
  border-radius: 100px;
  background: #ffffff;
  color: #1b2482 !important;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  height: 33px;
  padding: 0 18px;
  display: inline-block;
  align-items: center;
}
