.main-product-wrapper .product-image-with-text {
  margin-top: 30px;
}

.main-product-wrapper .product-image-with-text .accordion__content {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
}

.main-product-wrapper .product-image-with-text .image-text-wrapper {
  max-width: calc(33.33% - 16px * 2/3);
  width: calc(33.33% - 16px * 2/3);
}

.main-product-wrapper .product-image-with-text .text-wrapper p {
  font-size: 12px !important;
  text-align: center;
  line-height: 20px;
}