.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 45
}
.media-content .h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: 'Montserrat',sans-serif;
  line-height: 1.1;
  color: #222;
  font-weight: 400;
}

.product-content p {
  margin: 20px 0;
}
.product-content  ul {
  margin-top: 10px;
  margin-bottom: 20px;
}
.product-content ul li {
  list-style-type: initial;
  margin-left: 25px;
}