.decorated-title {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  background-image: url("/wp-content/themes/hijump/assets/imgs/svg/reversed-colored-triangles.svg");
  background-size: 160px 85px !important;
  background-repeat: no-repeat !important;
  background-position: 0% 0% !important;

  @media (min-width: 1024px) {
    background-size: 211px 110px !important;
    background-position: calc(50% - 300px) 0% !important;
  }
}
