@media (min-width: 0) and (max-width: 767.99px) {
  .home-page-title-section-description {
    font-size: 1.25rem;
  }
  .home-page-title-section-description::before {
    display: none;
  }
  .home-page-title-section .slide-box-item-char {
    font-size: 1.6rem;
  }

  .home-page-title-section .direction-arrow-left {
    left: 0 !important;
    width: 52px;
    height: 52px;
  }
  .home-page-title-section .direction-arrow-right {
    right: 0 !important;
    width: 52px;
    height: 52px;
  }

  .menu-page-close-btn {
    top: -100%;
    right: 0;
  }

  .menu-layout span {
    font-size: 14px;
  }

  .company-subpage h1,
.product-subpage h1,
.production-subpage h1,
.sustainability-subpage h1,
.human-resources-subpage h1 {
    font-size: calc(120px / 3);
  }
  .company-subpage h2,
.product-subpage h2,
.production-subpage h2,
.sustainability-subpage h2,
.human-resources-subpage h2 {
    font-size: calc(60px / 3);
  }
  .company-subpage h3,
.product-subpage h3,
.production-subpage h3,
.sustainability-subpage h3,
.human-resources-subpage h3 {
    font-size: calc(50px / 2);
  }
  .company-subpage h6,
.product-subpage h6,
.production-subpage h6,
.sustainability-subpage h6,
.human-resources-subpage h6 {
    font-size: calc(24px / 1);
  }
  .company-subpage p,
.product-subpage p,
.production-subpage p,
.sustainability-subpage p,
.human-resources-subpage p {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .company-subpage span,
.product-subpage span,
.production-subpage span,
.sustainability-subpage span,
.human-resources-subpage span {
    font-size: 14px;
  }

  .company-subpage .policy-section .accordion .card-header {
    margin-left: 0;
    text-align: center;
  }
  .company-subpage .policy-section .accordion .card-header h5 {
    font-size: 18px;
  }
}
@media (min-width: 767.99px) and (max-width: 1200px) {
  .home-page-title-section-description {
    font-size: 2rem;
  }
  .home-page-title-section .slide-box-item-char {
    font-size: 4rem;
  }
}
@media (min-width: 0px) and (max-width: 1200px) {
  .company-subpage .row.left-space,
.product-subpage .row.left-space,
.production-subpage .row.left-space,
.sustainability-subpage .row.left-space,
.human-resources-subpage .row.left-space {
    padding-left: 0rem;
  }
  .company-subpage .row.right-space,
.product-subpage .row.right-space,
.production-subpage .row.right-space,
.sustainability-subpage .row.right-space,
.human-resources-subpage .row.right-space {
    padding-right: 0rem;
  }
  .company-subpage .mb-5.left-space,
.product-subpage .mb-5.left-space,
.production-subpage .mb-5.left-space,
.sustainability-subpage .mb-5.left-space,
.human-resources-subpage .mb-5.left-space {
    padding-left: 0 !important;
  }
  .company-subpage .left-space,
.product-subpage .left-space,
.production-subpage .left-space,
.sustainability-subpage .left-space,
.human-resources-subpage .left-space {
    padding-left: 1rem;
  }
  .company-subpage .right-space,
.product-subpage .right-space,
.production-subpage .right-space,
.sustainability-subpage .right-space,
.human-resources-subpage .right-space {
    padding-right: 1rem;
  }
  .company-subpage canvas,
.product-subpage canvas,
.production-subpage canvas,
.sustainability-subpage canvas,
.human-resources-subpage canvas {
    display: none;
  }
  .company-subpage .js-image,
.product-subpage .js-image,
.production-subpage .js-image,
.sustainability-subpage .js-image,
.human-resources-subpage .js-image {
    opacity: 1;
  }

  .company-subpage .policy-section .accordion .card-header {
    margin-left: 0;
    text-align: center;
  }
  .company-subpage .policy-section .accordion .card-body p {
    margin-left: 0;
  }

  .product-subpage .starter-section h1 {
    width: unset;
  }
  .product-subpage .starter-section h6 {
    width: unset;
  }

  .product-subpage .unnamed-section p.w-75 {
    width: 100% !important;
  }

  .production-subpage .starter-section h6 {
    width: 100% !important;
  }
  .production-subpage .weave-section h6 {
    width: 100% !important;
  }
}