.blog-header__content {
  display: flex;
}

.blog-header__text {
  margin-top: 20px;
}

.blog-header__categories {
  align-items: center;
  gap: 8px;
  display: flex;
  margin-top: 36px;
  margin-right: -16px;
  margin-left: -16px;
  padding-right: 16px;
  padding-left: 16px;
  overflow-y: scroll;
}
@media only screen and (min-width: 768px) {
  .blog-header__categories {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    overflow: visible;
  }
}
@media only screen and (min-width: 768px) {
  .align-center .blog-header__categories {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .align-right .blog-header__categories {
    justify-content: flex-end;
  }
}

.blog-header__subtitle {
  flex: none;
}

.blog-header__links {
  align-items: center;
  flex: none;
  gap: 8px;
  display: flex;
}
