main #article-knives h1.jongor-logo {
  font-size: 5.4em;
}
@media (min-width: 640px) {
  main #article-knives h1.jongor-logo {
    font-size: 5.1em;
  }
}
main #article-knives h3 {
  font-weight: bold;
}
@media (min-width: 640px) {
  main #article-knives h3 {
    line-height: 0;
  }
}
main .text-hide {
  font: 0/0 a;
  color: transparent !important;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
main .hero-banner.hb-split .hb-image {
  -webkit-clip-path: polygon(0 30%, 100% 0%, 100% 100%, 19% 100%);
  clip-path: polygon(0 30%, 100% 0%, 100% 100%, 0% 100%);
  background-position: top;
}
@media (min-width: 768px) {
  main .hero-banner.hb-split .hb-image {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 19% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 31% 100%);
  }
}
@media (min-width: 1024px) {
  main .hero-banner.hb-split .hb-image {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 19% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 23% 100%);
  }
}
@media (min-width: 1280px) {
  main .hero-banner.hb-split .hb-image {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 19% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 19% 100%);
    background-position-y: top;
  }
}
main div.hero-banner.hb-split .hb-image {
  background-image: url("https://media.nisbets.com/cdn-cgi/image/w=425,h=200,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/articles/disposing_of_knives/assets/images/heroImage.jpg");
}
@media (min-width: 768px) {
  main div.hero-banner.hb-split .hb-image {
    background-image: url("https://media.nisbets.com/cdn-cgi/image/w=502,h=200,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/articles/disposing_of_knives/assets/images/heroImage.jpg");
  }
}
@media (min-width: 1024px) {
  main div.hero-banner.hb-split .hb-image {
    background-image: url("https://media.nisbets.com/cdn-cgi/image/w=620,h=200,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/articles/disposing_of_knives/assets/images/heroImage.jpg");
  }
}
@media (min-width: 1280px) {
  main div.hero-banner.hb-split .hb-image {
    background-image: url("https://media.nisbets.com/cdn-cgi/image/w=620,h=200,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/articles/disposing_of_knives/assets/images/heroImage.jpg");
    background-position: 50% -35px;
    background-repeat: no-repeat;
  }
}

ul.mini-nav {
  text-align: center;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  font-size: 1em;
}
ul.mini-nav > li {
  display: inline;
  padding: 0 14px;
  border-left: 1px solid black;
}
ul.mini-nav > li:last-of-type {
  border-right: 1px solid black;
}
ul.mini-nav > li > a {
  text-decoration: underline;
}
@media (min-width: 425px) {
  ul.mini-nav > li {
    padding: 0 20px;
  }
}

#article-knives h2 {
  line-height: 1;
}
#article-knives h2 {
  margin-top: 4rem;
  margin-bottom: 2.5rem !important;
  font-size: 4rem;
  font-weight: bold;
}
#article-knives .title-header > p {
  max-width: 80rem;
  margin-inline: auto;
}
#article-knives .s-line {
  text-decoration: underline;
  text-decoration-color: #f2243f;
  text-decoration-thickness: 3px;
}
#article-knives .article-section {
  max-width: 70rem;
  min-height: 135px;
  border: 1px solid rgba(50, 55, 75, 0.2);
  -webkit-box-shadow: 0 3px 6px rgba(50, 55, 75, 0.16);
  box-shadow: 0 3px 6px rgba(50, 55, 75, 0.16);
  padding: 15px;
  background-color: #fff;
}
#article-knives .article-section a {
  text-decoration: underline;
}
#article-knives .article-section p {
  margin-bottom: 0rem;
}
#article-knives .article-section .icon-article {
  width: 6rem !important;
  height: auto !important;
  margin-right: 15px !important;
}

#section1-salvage {
  margin-bottom: 6rem;
}
#section1-salvage .card-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 7rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-auto-flow: dense;
  grid-template-columns: repeat(auto-fit, min(100%, 36.5rem));
}
#section1-salvage .card-wrapper .card {
  background-color: #F4F4F5;
  border-radius: 2rem;
  padding: 3rem;
  -ms-grid-row-span: 5;
  grid-row: span 5;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  gap: 0rem;
}
#section1-salvage .card-wrapper .card img {
  border-radius: 1rem;
  width: 100%;
}
#section1-salvage .card-wrapper .card p:first-of-type {
  font-weight: bold;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 0rem;
}
#section1-salvage .card-wrapper .card p:not(:first-of-type) {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  margin-bottom: 0rem;
}
#section1-salvage .card-wrapper .card p:last-of-type {
  margin-bottom: 1rem;
}
#section1-salvage .card-wrapper .card .bullets {
  padding-left: 2rem;
}
#section1-salvage .card-wrapper .card .bullets li:not(:first-of-type) {
  margin-bottom: 1rem;
}
#section1-salvage .card-wrapper .card .btn {
  background-color: #32374b;
  max-height: 40px;
  padding: 12px;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid transparent;
  overflow: hidden;
  width: 100%;
  display: block;
  cursor: pointer;
}

#section2-disposal {
  padding-bottom: 6rem;
  background-color: #F4F4F5;
}
#section2-disposal .section-hero {
  margin-top: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4rem;
}
@media (max-width: 800px) {
  #section2-disposal .section-hero {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#section2-disposal .section-hero .left img {
  margin-inline: auto;
  width: 80%;
  height: auto;
}
@media (max-width: 800px) {
  #section2-disposal .section-hero .right {
    margin-top: 4rem;
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
#section2-disposal .section-hero .right .hero-card {
  background-color: #f2243f;
  border-radius: 2rem;
  max-width: 51rem;
  width: 100%;
  min-height: 45rem;
  padding: 2rem;
}
#section2-disposal .section-hero .right .hero-card_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#section2-disposal .section-hero .right .hero-card_head p {
  color: white;
  font-weight: bold;
}
#section2-disposal .section-hero .right .hero-card .bullets {
  margin-top: 2rem;
  max-width: 39rem;
}
#section2-disposal .section-hero .right .hero-card .bullets li {
  color: white;
}
#section2-disposal .section-hero .right .hero-card .bullets li:not(:last-child) {
  margin-bottom: 1rem;
}
#section2-disposal .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#section2-disposal .cards .card {
  max-width: 39rem;
  min-height: 36rem;
  border-radius: 2rem;
  background-color: white;
  padding: 3rem;
}
#section2-disposal .cards .card .head {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
#section2-disposal .cards .card:nth-of-type(2) .p-body p:first-of-type {
  margin-bottom: 2rem;
}
#section2-disposal .cards .card:nth-of-type(2) .p-body .line {
  width: 50%;
  height: 0.2rem;
  background-color: #F4F4F5;
}
#section2-disposal .cards .card:nth-of-type(2) .p-body p:last-of-type {
  margin-top: 2rem;
}

#section3-replacing .btn {
  background-color: #32374b;
  max-height: 40px;
  padding: 12px;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #fff;
  margin-top: 4rem;
  border: 1px solid transparent;
  overflow: hidden;
  width: 193.33px;
  display: block;
  cursor: pointer;
}