.tags__label {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.tags__subtitle {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.tags__list {
  padding: 0;
  margin: 0;
  max-width: 995.25px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.tags__item {
  border: solid 1px #e94347;
  padding: 8.192px 24px;
  border-radius: 24px;
  margin-right: 12.8px;
  margin-bottom: 20px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .tags__item {
    margin-bottom: 16px;
    font-size: 16px;
  }
}

/*# sourceMappingURL=tags.css.map */
