@media screen and (max-width: 767px) {
  body.with-topbar {
    margin-top: 74px;
  }
  body.with-topbar .blog_header.fixed {
    top: 74px;
  }
  
  .notice-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: fit-content;
    gap: 12px;
  }
  .notice-bar .phone {
    display: inline-block;
  }
  .notice-bar .container {
    padding: 16px 0;
    max-width: 324px;
  }
  .notice-bar__text {
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    text-align: left;
  }
  .notice-bar__text a {
    display: inline-block;
    background-size: 18px;
    padding-right: 26px;
    margin-top: 2px;
  }
  .notice-bar__text b {
    margin-bottom: 8px;
    display: inline-block;
  }
  .notice-bar__close {
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
  }
}
