.custom-html--sitecore .carousel-inner {
    background: #e5e5e5; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #e5e5e5 4%, #ffffff 36%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #e5e5e5 4%,#ffffff 36%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #e5e5e5 4%,#ffffff 36%);
    }
    @media screen and (min-width: 1000px) {
        .custom-html--sitecore .progressive-display.view-all-cards {
        float: right;
        }
    }
    @media screen and (min-width: 768px) {
        .custom-html--sitecore .progressive-display {
        margin-bottom: 0 !important;
        }
    }
    @media screen and (min-width: 1000px) {
        .custom-html--sitecore .body-content .ui-container .row .block-content {
        padding: 0 3.5rem 0;
        display: grid;
    }
    .custom-html--sitecore .section-title {
        font-family: "Graphik Bold","Arial",Sans-Serif;
        font-size: 3.2rem;
    }
    .custom-html--sitecore .text-center {
        text-align: cetner;
        }
        .custom-html--sitecore .text-center .fa-chevron-down {
        font-size: 2em;
        }
        .custom-html--sitecore .subsection-description {
        font-size: 1.92rem;
        vertical-align: text-bottom;
        }
    }
    .custom-html--sitecore .module-description .purple, .module-description .dark-purple, .custom-html--sitecore .module-description .blue {
        font-weight: bold;
    }
    .custom-html--sitecore .image-fold-module .img-container .img-ratio-size {
        object-fit: unset;
    }
    
    