div.block.block-products-informations {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  div.block.block-products-informations {
    flex-wrap: wrap;
    gap: 40px;
  }
}
div.block.block-products-informations .title {
  margin-top: 12px;
  margin-bottom: 8px;
  font-weight: 500;
}
div.block.block-products-informations .value {
  opacity: 0.7;
  color: var(--wp--preset--color--primary-hightest);
}