/**
     * Appplications Page Styles 
     */

    /* Mobile rules */
    @media screen and (max-width: 480px) {
        /* added class via spectra: (heading-mobile-rule-case-study) */
        .heading-mobile-rule-case-study{
            margin-block-start: -70px !important;
        }
    }

    /* Desktop Rules */
    .appCatColumn {
        background-color: rgba(0, 107, 160, 0.2); 
        /* max-width: 77%;  */
        background-size: 100px 100px; 
        background-repeat: no-repeat; 
        padding: 10px !important;
        margin-bottom: -10% !important;
        transform: translate(0, -99%);
    }

    @media screen and (max-width: 1620px) {
        .appCatColumn {
            background-color: rgba(0, 107, 160, 0.1); 
            margin-bottom: -10% !important;
            transform: translate(0, -100%); 
        }
    }

    .appCatColumn .wp-block-buttons .wp-block-button.is-style-outline
    .wp-block-button__link.wp-element-button, .ast-outline-button {
        font-size: 12px !important;
        margin: 5px 0 0 0;
        font-weight: bold;
    }
    .appCatColumn .wp-block-heading {
        margin-bottom: 5px;
    }


    /** End of Appplications Page styles*/