.shopify-section--text-with-media {
    .container {
        padding: 0;

        .section-split {
            display: grid;
        }

        .section-split--reverse .section-split__column:first-child {
            order: 2;
        }

        .section-split__column:not(.section-split__column--image) {
            padding: 32px 16px;


            .min-h-full {
                min-height: unset;
            }


            .placement-grid {
                row-gap: 0;
            }


            .prose {
                .block-heading {
                    font-weight: 500;
                    font-size: 36px;
                    line-height: 130%;
                    letter-spacing: -0.01em;

                }

                div p {
                    margin-top: 30px;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 130%;


                    strong {
                        font-weight: 500;
                    }
                }
            }

            @media (min-width: 1000px) {
                padding: 60px;

                .min-h-full {
                    min-height: 100%;
                }

                .prose {
                    .block-heading {
                        font-weight: 500;
                        font-size: 60px;
                        line-height: 110%;
                        letter-spacing: -0.01em;
                    }
                }
            }

        }
    }
}