.case-study--case-study-content {
    padding-top:3rem;
    margin-bottom:1rem;
    .case-study-content-header {
        border-top:1px solid #3f64e9;
        font-weight:600;
        color: #3f64e9;
        margin-bottom: 1rem;
        padding-top: .5rem;
    }
    .w-1-2 {
        width: 50%;
        flex-grow: 0;
    }
    .flex {
        display:flex;
        .w-1-2 {
            width: 50%;
            flex-grow: 0;
        }
    }
    @media only screen and (max-width: 460px) {
        padding-top:0rem;
        .w-1-2 {
            width: 100%;

        }
        div[class^='gsbp'] {
            flex-wrap: wrap;
        }


        .flex {
            display:flex;
            flex-wrap: wrap;
            .w-1-2 {
                width: 100%;

            }
        }
    }
    .gap-x-8 {
        column-gap: 2rem;
    }

    .result-text {
        font-size: 1rem!important;
    }
}