.product_recommendations_heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_recommendations_heading h2 {
    margin: 0;
    color: var(--color-foreground-heading);
}

.product_recommendations_inner {
    margin-top: 3.5rem;
}