.wp-block-pullquote {
  /* On tablet view we don't want the pullquote to force out the column width */
  @media (max-width: 875px) {
    padding-right: var(--wp--preset--spacing--10) !important;
    padding-left: var(--wp--preset--spacing--10) !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  @media (max-width: 450px) {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
}
