/* Generated by vite-plugin-svg-spritemap */
.label-forklift {
  position: relative;
  background-color: #1a1a1a;
  clip-path: polygon(0 0, calc(100% - 0.6875rem) 0, 100% 0.5rem, 100% 100%, 0 100%);
}
.label-forklift::before {
  content: "";
  position: absolute;
  inset: 0rem;
  background-color: #1a1a1a;
  z-index: -1;
  clip-path: polygon(0 0, calc(100% - calc(0.6875rem - 0rem)) 0, 100% calc(0.5rem - 0rem), 100% 100%, 0 100%);
}
.label-forklift {
  display: inline-flex;
  align-items: center;
  padding: 1.125rem 1.875rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #1a1a1a;
}
.blog-page__content {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (width <= 61.875rem) {
  .blog-page__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width <= 48em) {
  .blog-page__title {
    margin-bottom: 1.5625rem;
  }
}
@media (width <= 35em) {
  .blog-page__content {
    grid-template-columns: 1fr;
  }
}
@media (width > 48em) and (width <= 84.375em) {
  .blog-page__title {
    margin-bottom: clamp( 1.5625rem , 0.65528350515625rem  +  1.8900343643vw , 2.25rem );
  }
}
@media (width > 84.375em) {
  .blog-page__title {
    margin-bottom: 2.25rem;
  }
}