/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./inc/blocks/block-product-certifications/style.scss ***!
  \*************************************************************************************************************************************************************************/
:root {
  --color-primary: #548B26;
  --color-secondary: rgba(0, 0, 0, 1);
  --color-white: #FFF;
  --color-black: #000;
  --color-footer-title: #71828C;
  --color-gray: #2E2E2E;
  --color-gray-10: #F9F9F9;
  --color-gray-20: #F4F4F4;
  --color-gray-30: #ADADAD;
  --color-gray-50: #6E6E6E;
  --color-blue-30: rgba(159, 188, 204, 0.30);
  --color-blue-50: #9fbccc;
  --swiper-navigation-size: 16px;
  --swiper-navigation-sides-offset: 49px;
  --search-border-color: rgb(224, 224, 224);
  --search-primary-hover: rgb(192, 57, 43);
  --search-text-color: rgb(51, 51, 51);
  --search-placeholder-color: rgb(153, 153, 153);
  --search-overlay-bg: rgba(255, 255, 255, 0.75);
  --search-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  --search-transition: 0.3s ease;
  --jvm-background-primary:#80BE56;
  --jvm-color-text-primary: #2E2E2E;
  --jvm-green-primary: #80BE56;
  --color-green-dark: #2D6400;
}

.bio-product-certifications__container {
  max-width: 79.5rem;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .bio-product-certifications__container {
    padding: 3.75rem 2rem;
  }
}
@media (min-width: 992px) {
  .bio-product-certifications__container {
    padding: 3.75rem 0rem;
  }
}
.bio-product-certifications__title {
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 450;
  line-height: 3.125rem;
  letter-spacing: -0.022rem;
  color: #091725;
  margin: 0 0 2.5rem;
}
.bio-product-certifications__title strong {
  font-weight: 800;
}
.bio-product-certifications__title em {
  font-style: italic;
}
.bio-product-certifications__title img {
  display: inline;
  vertical-align: middle;
  max-height: 1.2em;
  width: auto;
}
.bio-product-certifications__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
.bio-product-certifications__item {
  flex: 0 0 calc(50% - 0.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 11.25rem;
  max-width: 10rem;
  min-width: 10rem;
}
@media (min-width: 768px) {
  .bio-product-certifications__item {
    flex: 1 0 0;
  }
}
.bio-product-certifications__logo {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.bio-product-certifications__paragraph {
  margin-top: 1.5rem;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 450;
  color: #091725;
  text-align: center;
}
@media (min-width: 768px) {
  .bio-product-certifications__paragraph {
    margin-top: 2.5rem;
  }
}
.bio-product-certifications__paragraph strong {
  font-weight: 700;
}
.bio-product-certifications__paragraph em {
  font-style: italic;
}
