body .product-journey .pj-details .pj-details-heading {
    align-items: flex-end;
    display: flex;
    gap: 28px;
    grid-template-columns: none;
    justify-content: space-between;
}

body .product-journey .pj-details .pj-heading-quote {
    display: inline-block;
    flex: 0 0 auto;
    justify-self: auto;
    max-width: max-content;
    width: auto;
}

@media (max-width: 600px) {
    body .product-journey .pj-details .pj-details-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
    }
}
