@media (max-width: 960px) {
  .gift-card-title {
    max-width: 90%;
  }

  .breadcrumbs {
    position: relative;
  }

  .breadcrumbs .inner {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (max-width: 800px) {
  .breadcrumbs .inner {
    left: 40px;
  }

  .mt-55 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .bottom-menu-gift {
    overflow-x: auto;
  }

  .bottom-menu-gift::-webkit-scrollbar {
    display: none;
  }

  .gift-card-title {
    padding: 30px 30px 0 30px;
  }

  .gift-card-title h1 {
        max-width: 700px;
        width: 100%;
    }
}


@media (max-width: 460px) {
  .gift-card-title {
    padding: 20px 20px 0 20px;
  }

}