Cente a section

Hi, for some reason my product description stoped being centered with the rest of the section, can you help me center the title and description above the size chart etc. Thank you

Pass: biangu

Url: www.matibrnd.com

yes but make it longer to align with the text above

Try This Code In Add Your base.css File

@media screen and (min-width:750px){
  .product--large:not(.product--no-media) .product__media-wrapper {
      max-width: 50% !important;
      width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .grid--2-col-tablet .grid__item {
      width: calc(40% - var(--grid-desktop-horizontal-spacing) / 2) !important;
  }
}