.bioplastics .heading {
  max-width: 954px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 390px) {
  .bioplastics .heading {
    margin-bottom: calc(32px + 30 * (100vw - 390px) / 1050);
  }
}
@media only screen and (min-width: 1440px) {
  .bioplastics .heading {
    margin-bottom: 62px;
  }
}
.bioplastics .section-title {
  margin-bottom: 15px !important;
}
@media only screen and (min-width: 390px) {
  .bioplastics .section-title {
    margin-bottom: calc(15px + 25 * (100vw - 390px) / 1050) !important;
  }
}
@media only screen and (min-width: 1440px) {
  .bioplastics .section-title {
    margin-bottom: 40px !important;
  }
}
@media only screen and (min-width: 600px) {
  .bioplastics .items {
    gap: 26px;
  }
}
@media only screen and (min-width: 600px) and (min-width: 576px) {
  .bioplastics .items {
    gap: calc(26px + 30 * (100vw - 576px) / 864);
  }
}
@media only screen and (min-width: 600px) and (min-width: 1440px) {
  .bioplastics .items {
    gap: 56px;
  }
}
.bioplastics .item {
  max-width: 322px;
}
.bioplastics .item:not(:last-of-type) {
  padding-bottom: 45px;
}
@media only screen and (min-width: 600px) {
  .bioplastics .item {
    width: 30%;
    max-width: unset;
    padding-bottom: 0 !important;
  }
}
.bioplastics .item .title {
  font-size: 20px;
}
@media only screen and (min-width: 390px) {
  .bioplastics .item .title {
    font-size: calc(20px + 2 * (100vw - 390px) / 1050);
  }
}
@media only screen and (min-width: 1440px) {
  .bioplastics .item .title {
    font-size: 22px;
  }
}
.bioplastics .item .image {
  margin-bottom: 20px;
}
@media only screen and (min-width: 390px) {
  .bioplastics .item .image {
    margin-bottom: calc(20px + 16 * (100vw - 390px) / 1050);
  }
}
@media only screen and (min-width: 1440px) {
  .bioplastics .item .image {
    margin-bottom: 36px;
  }
}
.bioplastics .item .text {
  padding-top: 6px;
}
@media only screen and (min-width: 390px) {
  .bioplastics .item .text {
    padding-top: calc(6px + 10 * (100vw - 390px) / 1050);
  }
}
@media only screen and (min-width: 1440px) {
  .bioplastics .item .text {
    padding-top: 16px;
  }
}

/*# sourceMappingURL=block.css.map*/