@media (min-width: 901px) {
  .product-heading-section {
    margin: 0 -60px;
  }
}

.product-branding-logo {
  max-height: 70px;
  height: auto;
  width: auto;
}

@media (max-width: 750px) {
  .product-branding-logo {
    max-height: 50px;
  }
}
