@media screen and (max-width: 1260px) and (min-width: 768px) {
  body.with-topbar {
    margin-top: 56px;
  }
  body.with-topbar .blog_header.fixed {
    top: 56px;
  }

  .notice-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: fit-content;
    gap: 12px;
  }
  .notice-bar .container {
    padding: 17px 0 16px;
  }
  .notice-bar__text {
    font-size: 16px;
    line-height: 24px;
  }
  .notice-bar__text a {
    display: inline-block;
    background-size: 20px;
    padding-right: 28px;
  }
  .notice-bar__text br.tablet {
    display: inline;
  }
  .notice-bar__close {
    top: 18px;
    right: 24px;
    width: 22px;
    height: 20px;
  }
}
