.text-with-button__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  @media (max-width: 749px) {
    flex-direction: column;
  }

  .right-side {
    flex-shrink: 0;

    .button--secondary {
      color: var(--color-foreground);
      background: transparent;
      font-weight: normal;
    }
  }
}