[id^="shopify-section-template--"][id*="__flexbox_GWEeUE"] {
    .flexbox-section-container {
        display: flex;
        padding: unset !important;

    }

    .flexbox-container {
        .flex-item:not(:first-child) {
            background-color: #8591AE;
            max-height: 78px;
            padding: 7px;

            p,
            a {
                color: white;
            }

            .text-content {
                text-align: center !important;
            }
        }
    }
}

[id^="shopify-section-template--"][id*="__flexbox_GWEeUE"] {
    .flex-item:first-of-type .text-body {
        color: #00000080;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
    }
}

@media only screen and (min-width: 769px) {
    [id^="shopify-section-template--"][id*="__3980a93f-9ea8-4fd6-870d-b06ec608c500"] {
        h2 {
            font-size: 55px;
            font-weight: 500;
            line-height: 65px;
        }
    }

    [id^="shopify-section-template--"][id*="__flexbox_qTgf6x"] {
        img {
            width: 100%;
        }
    }
    [id^="shopify-section-template--"][id*="__flexbox_GWEeUE"] {
        margin-top: 60px;

        .flex-item {
            width: unset !important;
        }

        .flexbox-iframe-container {
            flex: 50%;

            .flex-item {
                width: 100%;
            }
        }

        .flexbox-container {
            flex: 50%;
            flex-direction: column;
            flex-wrap: wrap;
            align-content: center;
            justify-content: center;

            .flex-item:not(:first-child) {
                flex: 30%;
                width: calc(70% - 10px) !important;
            }
            
            .flex-item:first-child {
                flex: 0 0 auto !important;
                max-width: 60%;
                .text-title {
                    margin-bottom: 16px;
                    p{
                    font-size: 40px;
                    font-weight: 500;
                    line-height: 50px;
                }}
                margin-bottom: 56px;
            }

            h2 {
                font-size: 40px;
                font-weight: 500;
                line-height: 50px;
            }

            p {
                font-size: 16px;
                font-weight: 400;
                line-height: 26px;
            }
        }
    }
}

@media only screen and (max-width: 768px) {
    [id^="shopify-section-template--"][id*="__3980a93f-9ea8-4fd6-870d-b06ec608c500"] {
        h2 {
            font-size: 45px;
            font-weight: 500;
            line-height: 55px;
        }

        .index-section {
            margin-bottom: 15px;
        }

        .page-width {
            margin: 0;
        }

        h2 {
            text-align: left;
            margin-bottom: 0;
        }
    }

    [id^="shopify-section-template--"][id*="__flexbox_qTgf6x"] {
        .flexbox-container {
            flex-direction: row !important;
        }

        .flex-item {
            flex: 1 0 45% !important;
        }
    }

    [id^="shopify-section-template--"][id*="__flexbox_GWEeUE"] {
        margin-top: 40px;

        .flexbox-section-container {
            flex-direction: column-reverse !important;
        }

        .flexbox-iframe-container {
            margin-top: 30px;
        }

        .flexbox-container {
            padding: 0 var(--pageWidthPadding);

            .flex-item {
                width: 100% !important;
                flex: 100% !important;
            }


            .text-title p {
                font-size: 35px;
                font-weight: 500;
                line-height: 45px;
            }

            .text-body p {
                font-size: 16px;
                font-weight: 400;
                line-height: 26px;
            }

            .flex-item:not(:first-child) {
                .text-body {
                    margin-bottom: 10px;

                    p {
                        font-size: 18px;
                        font-weight: 600;
                        line-height: 28px;
                    }
                }
            }
            .flex-item:first-child {
                margin-bottom: 21px;
            }
        }
    }
}