.g-mark-certified__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 30px;
}
@media screen and (max-width:767px) {
  .g-mark-certified__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.g-mark-certified__inner .g-mark {
  width: 120px;
}
.g-mark-certified__inner .initiatives-section__des {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.initiatives-section__grid:has(.img) {
  gap: 30px;
  margin-bottom: 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width:767px) {
  .initiatives-section__grid:has(.img) {
    gap: 15px;
    margin-bottom: 15px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width:767px) {
  .initiatives-section__des {
    margin-bottom: 15px;
  }
}
.initiatives-section__des.-notes {
  text-align: right;
  margin-bottom: 0;
}/*# sourceMappingURL=style-safety.css.map */