.pdp-compatible-with .pdp-highlights__label {
  margin: 25px 0;
  font-size: 18px;
}

.pdp-compatible-with__products {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-width: 992px) {
  .pdp-compatible-with .pdp-highlights__label {
    font-size: 18px;
  }
}
