.page-header {
    &.has-cta {
        .info {
            display: flex;
            flex-direction: column;
            row-gap: 1em;
            column-gap: clamp(50px, 5vw, 100px);
            align-items: center;
            margin-bottom: 2em;
        }
        @media screen and (min-width: 930px) {
            .info {
                 flex-direction: row;
                 margin-bottom: 0;
            }
           
        }
    }
}