/* 231124 start */

.about .factory-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .about .factory-wrapper {
    justify-content: flex-start;
  }
}

.about .factory-wrapper .factory-item {
  width: calc(50% - 0.5rem);
  margin: 0 0 1rem;
}

@media screen and (min-width: 768px) {
  .about .factory-wrapper .factory-item {
    width: calc((100% - 4rem) / 3);
    margin: 0 2rem 2rem 0;
  }
}

.about .factory-wrapper .factory-item:nth-of-type(3n) {
  margin-right: 0;
}

.about .factory-wrapper img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

@media screen and (min-width: 768px) {
  .about .factory-wrapper img {
    height: 240px;
  }
}

.about .certificates-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .about .certificates-wrapper {
    justify-content: flex-start;
  }
}

.about .certificates-wrapper .cert-item {
  width: calc(50% - 0.5rem);
  margin: 0 0 1rem;
  padding: 4px;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .about .certificates-wrapper .cert-item {
    padding: 8px;
    width: calc((100% - 8rem) / 5);
    margin: 0 2rem 2rem 0;
  }
}

.about .certificates-wrapper .cert-item:nth-of-type(5n) {
  margin-right: 0;
}

.about .certificates-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

@media screen and (min-width: 768px) {
  .about .certificates-wrapper img {
    height: 270px;
  }
}

.content-page.products .products-content .flex-wrapper {
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .content-page.products .products-content .flex-wrapper {
    justify-content: flex-start;
  }
}

/*# sourceMappingURL=24-04.css.map */