.stacked-big-buttons {
  background-image: url("/wp-content/themes/hijump/assets/imgs/svg/reversed-triangles.svg");
  background-size: 245px 130px !important;
  background-repeat: no-repeat !important;
  background-position: 0% 0% !important;

  @media (min-width: 1024px) {
    background-image: url("/wp-content/themes/hijump/assets/imgs/svg/triangles.svg");
    background-size: 480px 250px !important;
    background-position: 100% 100% !important;
  }

  & .stacked-big-buttons__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;

    @media (min-width: 1024px) {
      font-size: 32px;
      font-weight: 700;
      line-height: 40px;
      letter-spacing: 0.02em;
    }
  }

  & .stacked-big-buttons__description {
    max-width: 360px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;

    @media (min-width: 1024px) {
      max-width: 680px;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
    }
  }

  & .stacked-big-buttons__3-col,
  & .stacked-big-buttons__2-col {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 360px;
    row-gap: 12px;
    margin-bottom: 12px;
    padding: 0 var(--wp--preset--spacing--40);

    @media (min-width: 1024px) {
      max-width: 1024px;
      display: grid;
      gap: 12px !important;
    }

    & .wp-block-button {
      width: 100%;
      & a, & .wp-block-button__link {
        width: 100%;
        padding: 27px 28px;
        font-weight: 700;
        text-transform: uppercase;

        @media (min-width: 1024px) {
          text-transform: unset;
          font-size: 20px;
          font-weight: 700;
          line-height: 26px;
        }
      }
    }
  }

  & .stacked-big-buttons__3-col {
    @media (min-width: 1024px) {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  & .stacked-big-buttons__2-col {
    @media (min-width: 1024px) {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  & .stacked-big-buttons__cta {
    width: 100%;
    max-width: 360px;
    margin: 12px auto 40px auto;
    padding: 0 var(--wp--preset--spacing--40);
    @media (min-width: 1024px) {
      margin: 12px auto 48px auto;

    }

    & .wp-block-button {
      width: 100%;

      @media (min-width: 1024px) {
        display: flex;
        justify-content: center;
      }

      & a, & .wp-block-button__link {
        width: 100%;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;

        @media (min-width: 1024px) {
          width: max-content;
          margin: 0 auto;
        }
      }
    }
  }
}
